JSON: Difference between revisions

34 bytes added ,  13 years ago
Added note that datamodel in programming language should be appropriate
(Added note that datamodel in programming language should be appropriate)
Line 1:
{{task}}
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, (as appropriate for your language) and make sure your JSON is valid (http://www.jsonlint.com/).
 
=={{header|Go}}==
Anonymous user