Make all implementation support
format_json(obj, width, cfg=None, **json_options) -> str
write_json(obj, fp, width, cfg=None, **json_options) -> None
filter_stream(fp, width, cfg=None, close_underlying=False) -> stream
jsonfold_config(name="default", width=None, **overrides) -> cfg
fold_text(text, width, config) -> text
In addition to api compatible with existing implementations.
Make all implementation support
format_json(obj, width, cfg=None, **json_options) -> str
write_json(obj, fp, width, cfg=None, **json_options) -> None
filter_stream(fp, width, cfg=None, close_underlying=False) -> stream
jsonfold_config(name="default", width=None, **overrides) -> cfg
fold_text(text, width, config) -> text
In addition to api compatible with existing implementations.