skolodyazhnyy / json-stream

JSON stream reader, writer and parser
MIT License
63 stars 10 forks source link

Imitate JSON_PRETTY_PRINT and JSON_NUMERIC_CHECK of json_encode #9

Closed wmenge closed 3 years ago

wmenge commented 7 years ago

First of all, great library ;)

Any plans on implementing some flags in the Writer class to better imitate json_encode? I want to replace calls to json_encode for some structures that can become quite large, but I'm relying on those two options.

wmenge commented 7 years ago

I have a fix with unit tests in a separate branch. Care to merge it with your repository?

skolodyazhnyy commented 6 years ago

@wmenge sure, it's been more than year since you posted comment above 😊, but if you create a PR I will be happy to merge it :)