spyoungtech / json-five

Python JSON5 parser with round-trip preservation of comments
Apache License 2.0
27 stars 3 forks source link

Support `json` module dump[s] keyword arguments #12

Open spyoungtech opened 4 years ago

spyoungtech commented 4 years ago

To provide as much compatibility as possible, we should provide similar interfaces for dump/dumps. For example, an ensure_ascii option.