Remove “json: from
-
I have the below and it works if I remove the “json”: from it.
“json”:{ “data”: { “vehicle”: { “make”: “make”, “model”: “model”, “year”: “year” } }, “lead”: { “contact”: { “address”: “address”, “city”: “city”, “email”: “email”, “first_name”: “first_name”, “last_name”: “last_name”, “phone”: “phone”, “state”: “state”, “zip”: “zip” } },How can I remove it / not allow it / or why is it be generated anyway?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove “json: from’ is closed to new replies.