daggaz / json-stream

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

re #10 - support for binary mode input files #11

Closed daggaz closed 2 years ago

daggaz commented 2 years ago

The changes in PR test the input "file" to see if it returns bytes or str and wraps any byte-file in an io.TextIOWrapper. The encoding is used by the TextIOWrapper is guessed from: