JSON: Difference between revisions

Content deleted Content added
→‎{{header|PicoLisp}}: Marked incorrect.
Line 513: Line 513:


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==

{{incorrect|PicoLisp|This solution seems to be assuming that the read/print syntax of PicoLisp atoms is JSON-compatible. For instance, where does this handle a JSON string containing a \uXXXX escape? Floating-point numbers like -d.ddddddddE+dd? The definition of JSON is not "the native tokens of your programming language wrapped with brackets and punctuation". }}

PicoLisp has no JSON library, but it is easy enough to write one:
PicoLisp has no JSON library, but it is easy enough to write one:
<lang PicoLisp>(de checkJson (X Item)
<lang PicoLisp>(de checkJson (X Item)