JsonStringOptions

class JsonStringOptions

Options for serialization writer to JSON strings

Members defined in JsonStringOptions (5 members)

final_new_line

RW

include_cross_ref_uris

RW

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

indent

RW

use_spaces

RW

__init__

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
Used in