JSON: Difference between revisions

Content added Content deleted
(Added note that datamodel in programming language should be appropriate)
Line 1: Line 1:
{{task}}
{{task}}
Load a [[wp:JSON|JSON]] string into a data structure. Also create a new data structure and serialize it into JSON.
Load a [[wp:JSON|JSON]] string into a data structure. Also create a new data structure and serialize it into JSON.
Use objects and arrays, and make sure your JSON is valid (http://www.jsonlint.com/).
Use objects and arrays (as appropriate for your language) and make sure your JSON is valid (http://www.jsonlint.com/).


=={{header|Go}}==
=={{header|Go}}==