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.
 
 
rafagafe 6935d1fdc3 Fix empty string as input. 7 years ago
README.md Readme file is updated. 8 years ago
example-01.c Fix license text 8 years ago
example-02.c Fix license text 8 years ago
makefile The example files are renamed. 8 years ago
tiny-json.c Fix empty string as input. 7 years ago
tiny-json.h Fix license text 8 years ago

README.md

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.