nes-proj/apps/json
Nelson Kigen 5edd6bc75b New MACRO for creating jsontree_array
This proposed MACRO simplifies jsontree_array declarations. It takes as arguments the name of the array and its size. ( I've modified the indention as requested )
2014-02-26 19:38:10 +01:00
..
Makefile.json * Simple JSON parser and generator. 2012-06-12 16:42:16 +02:00
json.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
jsonparse.c * Simple JSON parser and generator. 2012-06-12 16:42:16 +02:00
jsonparse.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
jsontree.c * Simple JSON parser and generator. 2012-06-12 16:42:16 +02:00
jsontree.h New MACRO for creating jsontree_array 2014-02-26 19:38:10 +01:00