Change JSON structure
-
Hello,
Is there a way to change structure of JSON created by your plugin?
This is what I have:
{ "email": "[email protected]", "mobile": "+42600003456", "main_company": "ABC a.s.", "your-message": "test text" }
And this is what I need:
{ "overwrite": true, "contact_tags_overwrite": true, "overwrite_companies": true, "company_tags_overwrite": true, "data": [ { "Contact": { "email": "[email protected]", "mobile": "+42600003456", "main_company": "ABC a.s.", "your-message": "test text" }, } ] }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change JSON structure’ is closed to new replies.