syside.JsonStringOptions

class JsonStringOptions(indent: int = 2, use_spaces: bool = True, final_new_line: bool = True, include_cross_ref_uris: bool = True)

Options for serialization writer to JSON strings

Initialization

property indent: int
property use_spaces: bool
property final_new_line: bool
property include_cross_ref_uris: bool

If true, include document URIs in references if elements are referenced from other documents