Go to file
2016-10-20 16:45:06 +02:00
example-01.c Header files refactor. 2016-10-20 16:45:06 +02:00
example-02.c Header files refactor. 2016-10-20 16:45:06 +02:00
makefile The example files are renamed. 2016-10-19 01:16:30 +02:00
README.md Readme file is updated. 2016-10-19 01:27:31 +02:00
tiny-json.c Header files refactor. 2016-10-20 16:45:06 +02:00
tiny-json.h Header files refactor. 2016-10-20 16:45:06 +02:00

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.