I have a problem with syntax of shoppingsObj , why are you giving this error?
Expected to JSON object, array or literal.
shoppingsObj = {
"shoppings": [
{ "nome": "Bangu Shopping", "licenseKey":"0", "acessKey":"0", "secretKey":"0", "latitude1":["-22.879832"], "latitude2":["-22.877738"], "longitude1:":["-43.468601"], "longitude2:":["-43.465978"] },
{ "nome": "Boulevard Shopping Campos", "licenseKey":"0", "acessKey":"0", "secretKey":"0", "latitude1":["-21.755484"], "latitude2":["-21.753139"], "longitude1:":["-41.350870"], "longitude2:":["-41.346417"] }
]
}