JSON: Difference between revisions

Content added Content deleted
m (Fix syntax highlighting for ColdFusion)
(Specified task, and separated the inverse task into a separate page.)
Line 1: Line 1:
{{task}}
{{task}}
Load a [[wp:JSON|JSON]] string into a data structure.
Parse 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}}==
=={{header|8th}}==
8th uses JSON as its data description language, so:
8th uses JSON as its data description language, so: