nodemcu-firmware/app/cjson
Johny Mattsson e49f2bb13f Remove conflicting libc, rename c_xx and os_xx to xx.
c_strtod and c_getenv are kept since strtod doesn't appear in the SDK's libc,
and we want our own c_getenv to initialize the Lua main anyway.
2016-05-26 18:50:20 +10:00
..
devel json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
lua json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
tests json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
CMakeLists.txt json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
LICENSE json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
Makefile json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
THANKS json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
cjson_mem.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
cjson_mem.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
dtoa.c fix cjson bugs and reduce mem usage 2015-03-16 23:59:57 +08:00
dtoa_config.h fix cjson bugs and reduce mem usage 2015-03-16 23:59:57 +08:00
fpconv.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
fpconv.h json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
g_fmt.c fix cjson bugs and reduce mem usage 2015-03-16 23:59:57 +08:00
manual.txt quick fix when wide charactor issue 2015-03-17 22:42:22 +08:00
rfc4627.txt json port from cjson. not work yet, add cjson folder 2015-03-16 09:19:06 +08:00
strbuf.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
strbuf.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00