JSON: Difference between revisions

24 bytes removed ,  3 years ago
m (Updated the output to be consistent with what Nim version 1.4 produces.)
Line 1,546:
}
 
Create a new Json data structure (here a Json pair), serialize it into JSON, and insert it into the previous Json object. Print it again.
<pre>
j{ "another":"esc\"ap\u20ACed" }j 1 j :insert j :.
Line 1,560:
 
 
ConvertSerialize the JSON object into a string object. Print the string.
<pre>
j json>$ :.