Simon Willison: TILs on json

Atom feed for json

json Streaming output of an indented JSON array - 2023-08-29

For paginate-json I wanted to implement streaming output of an indented JSON array to my terminal. …

json Processing a stream of chunks of JSON with ijson - 2023-08-15

A follow-up to Using OpenAI functions and their Python library for data extraction and Using the ChatGPT streaming API from Python. If I have a stream of chunks of a larger JSON document, how can I output full individual JSON objects as soon as they are available? …

json JSON Pointer - 2022-11-14

I'm looking at options for representing JSON validation errors in more JSON. The recent RFC 7807: Problem Details for HTTP APIs looks relevant here. …