JSON encoder and decoder, Python Software Foundation, 2024 - Official documentation for Python's built-in JSON parsing module, illustrating its standard, strict behavior which often struggles with variations in LLM output.
JSON mode, OpenAI, 2024 - Practical guide on prompting large language models to reliably generate structured JSON output, a key technique in advanced prompting that requires robust downstream parsing.
JSON, Douglas Crockford, 2017 - The official website defining the JSON data interchange format, outlining its strict syntax rules that necessitate specialized parsers for handling common deviations in LLM-generated text.