Expand description
This module is used to format JSONA.
The formatting can be done on documents that might contain invalid syntax. In that case the invalid part is skipped.
Structs§
- Options
- All the formatting options.
- OptionsIncomplete 
- All the formatting options.
- OptionsIncomplete Camel 
- All the formatting options.
Enums§
Functions§
- format
- Parses then formats a JSONA document, skipping ranges that contain syntax errors.
- format_syntax 
- Formats a parsed JSONA syntax tree.