-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference between MJSON and Frozen? #65
Comments
We'd recommend using mjson - unless you're using Mongoose OS, where frozen is built-in. |
This is interresting given the fact that |
@Harvie mjson does not use any shared / static buffers or variables. It is safe to use it from multiple threads/tasks. |
Hello,
cessanta hosts two JSON libraries:
https://github.com/cesanta/mjson/ (~1.0 kLoC)
https://github.com/cesanta/frozen/ (~1.5 kLoC)
Both seem to be tiny. Is there any reccomendation on which library to use for specific use cases?
I think it might be useful to cross-reference and mention this in READMEs of both libraries, so users can make better decisions when choosing between the two.
Thanks.
The text was updated successfully, but these errors were encountered: