Module formatter

Module formatter 

Source
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.
OptionsIncompleteCamel
All the formatting options.

Enums§

OptionParseError

Functions§

format
Parses then formats a JSONA document, skipping ranges that contain syntax errors.
format_syntax
Formats a parsed JSONA syntax tree.