ion-docs icon indicating copy to clipboard operation
ion-docs copied to clipboard

Add cookbook examples for converting between formats.

Open tgregg opened this issue 5 years ago • 0 comments

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.

tgregg avatar Feb 07 '20 01:02 tgregg