Exporting to JSON
-
Hi!
I have some issues to deal with when working with JSON.
When importing JSON file, keys that have multiple values ( multiple values are saved as arrays in JSON file ) are lost as well as values themselves.
I have a JSON file with swedish characters. Everything works fine when importing it into table, swedish characters are showing as they should. Then i do some editing in table, save, and when exporting that same table back to JSON file swedish characters are lost. What could be the reason for that happening?
When exporting JSON file that is created has different format comparing to JSON file that i imported. The exported file is an object of arrays while the imported JSON is an array of objects. Exported file has no key:value pairs as the one i imported.
I would also need to eliminate key:value pairs from begining of exported JSON file ( “id”:”11″,”name”:”Copy of partnerssweden.json”,”description”:”partnerssweden.json”,”author”:”1″,”last_modified”:”2022-09-19 10:46:16″,”data”: …)
Is there a way to controll the format of JSON file that gets exported?
Is it possible to change the function of the save button so that it saves table into a JSON file on my website?
Regards
MilanThe page I need help with: [log in to see the link]
- The topic ‘Exporting to JSON’ is closed to new replies.