RosettaCodeData/Task/JSON/00DESCRIPTION

6 lines
237 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
Load a [[wp:JSON|JSON]] string into a data structure.
2018-06-22 20:57:24 +00:00
Also, create a new data structure and serialize it into JSON.
2015-02-20 00:35:01 -05:00
Use objects and arrays (as appropriate for your language)
2019-09-12 10:33:56 -07:00
and make sure your JSON is valid (https://jsonformatter.org).