tiny-json/README.md

6 lines
205 B
Markdown
Raw Normal View History

2016-10-12 21:06:54 +00:00
# tiny-json
2016-10-18 23:27:31 +00:00
tiny-json is a versatile and easy to use json parser suitable for IoT.
It does not use recursivity.
It does not use dynamic memory.
It has not limits in nested level in arrays or json objects.