Search found 2 matches

by jfill
Fri Dec 09, 2011 5:18 pm
Forum: Other Issues
Topic: Preserve JSON Arrays
Replies: 3
Views: 1279

Re: Preserve JSON Arrays

Radu, That would be outstanding! We of course have a standard for parsing our files in our application so if the structure is changed our parser breaks. For now what I have done is just add an extraneous element so it forces an array b/c it has 2 elements. Then we just do a check in the parser to se...
by jfill
Thu Dec 08, 2011 9:12 pm
Forum: Other Issues
Topic: Preserve JSON Arrays
Replies: 3
Views: 1279

Preserve JSON Arrays

I have manually created a JSON file but when I open the file up with oxygen and edit it then re-save it converts all array elements with only child element to non array. Take this for example. {"pages": [{"id": 1}]} when saved in grid mode will change to {"pages": {&quo...