JSON: Difference between revisions

58 bytes removed ,  3 years ago
Specified task, and separated the inverse task into a separate page.
m (Fix syntax highlighting for ColdFusion)
(Specified task, and separated the inverse task into a separate page.)
Line 1:
{{task}}
LoadParse a [[wp:JSON|JSON]] string into a data structure.
Also, create a new data structure and serialize it into JSON.
 
There is a separate page for the inverse task : [[Generate JSON]].
Use objects and arrays (as appropriate for your language)
and make sure your JSON is valid (https://jsonformatter.org).
 
Use objects and arrays (as appropriate for your language) .
=={{header|8th}}==
8th uses JSON as its data description language, so: