7 lines
241 B
Text
7 lines
241 B
Text
|
|
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 (https://jsonformatter.org).
|
||
|
|
|