> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aseeflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Handling JSON

Read, write, and query JSON with the Spin dataformat.

* [**Reading JSON**](/reference/spin/json/01-reading-json) — Parse JSON into a Spin wrapper.
* [**Writing JSON**](/reference/spin/json/02-writing-json) — Serialize JSON back to text.
* [**Querying JSON**](/reference/spin/json/03-querying-json) — Query JSON with JsonPath.
* [**Mapping JSON**](/reference/spin/json/04-mapping-json) — Map between JSON and Java objects.
* [**Configuring JSON Handling**](/reference/spin/json/05-configuring-json) — Configure the JSON dataformat.
