You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tiny-json/README.md

6 lines
205 B

8 years ago
# tiny-json
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.