JsonStringWriter
- class JsonStringWriter
Serialization writer that outputs JSON string
Inheritance:
Members defined in
JsonStringWriter(5 members)RWCurrently set options. Note that this returns a copy of the options.
RCurrently written text. May be incomplete JSON string.
RResult of serialization. Guaranteed to be valid JSON string.
Clear result. This is called automatically when serialization starts.
Attributes
- property options: syside.JsonStringOptions
Currently set options. Note that this returns a copy of the options.
Methods
- __init__(arg: syside.JsonStringOptions = ...) None
- __init__(indent: int = 2, use_spaces: bool = True, final_new_line: bool = True, include_cross_ref_uris: bool = True) None