Go to file
2016-10-27 23:46:51 +02:00
example-01.c Refactor example 1 2016-10-27 23:46:51 +02:00
example-02.c refactor 2016-10-20 17:17:35 +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 refactor 2016-10-20 17:17:35 +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.