JSONIO¶
- class upsilonconf.io.JSONIO(indent: int = 2, sort_keys: bool = False)[source]¶
IO for reading/writing JSON files.
Added in version 0.5.0.
- Parameters:
- indentint, optional
The number of spaces to use for indentation in the output file.
- sort_keysbool, optional
Whether keys should be sorted before writing to the output file.
- property extensions¶
Collection of extensions that are supported by this IO.