decode_toon
Restore standard JSON from TOON format. Decode compact TOON strings for data recovery or processing.
Instructions
Convert TOON formatted text back into standard JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toon | Yes | The TOON formatted string to decode. | |
| indent | No | Number of spaces for indentation. | |
| strict | No | Enforce strict validation (e.g. array lengths). Defaults to true. | |
| expandPaths | No | Reconstruct dotted keys into nested objects. Defaults to 'off'. |