ion-docs
ion-docs copied to clipboard
Add cookbook examples for converting between formats.
All implementations have some equivalent of a "write all values" API that simply re-writes the data parsed by the given reader using the given writer's configuration.
Useful examples are:
- Converting binary Ion values to text for debugging.
- Converting JSON to binary Ion to reduce size and improve repetitive query performance.