JsonStringOptions
- class JsonStringOptions
Options for serialization writer to JSON strings
Members defined in
JsonStringOptions(5 members)
RW
RWIf true, include document URIs in references if elements are referenced from other documents
RW
RW
Attributes
- 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
- property indent: int
- property use_spaces: bool
Methods
- __init__(indent: int = 2, use_spaces: bool = True, final_new_line: bool = True, include_cross_ref_uris: bool = True) None