daggaz / json-stream

Simple streaming JSON parser and encoder.
MIT License
122 stars 18 forks source link

json-stream strict mode #48

Open daggaz opened 1 year ago

daggaz commented 1 year ago

json in strict mode does not allow literal newlines (or other control characters) in json strings unless strict is False

We should probably mimic this behaviour, and support strict/not-strict modes.