-
## 1. 开发环境
- 模组或开发板:
- esp-aliyun 版本(``git rev-parse --short HEAD`` 来获取 commit id):f5438e1541926133a77023ea8e37227e5259a183
- ESP-IDF 版本(``git rev-parse --short HEAD`` 来获取 commit id):
https://dl…
-
compiling cJSON.c...
..\NET\cJSON\cJSON.c(55): warning: #1293-D: assignment in condition
if (!(copy = (char*)cJSON_malloc(len))) return 0;
..\NET\cJSON\cJSON.c(280): warning: #1293-D: ass…
-
local cjson = require "cjson"
local tab = {}
tab[10] = 199
tab.pp = "fan"
local estr = cjson.encode(tab)
print("-------------", estr)
local totab = cjson.decode(estr)
for k,v in pairs(totab) do
…
-
# Environment
Computer : Mac Book M2
Docker : 24.0.6, build ed223bc820
Docker image : openresty/openresty:1.21.4.1-8-alpine-fat
# Issue
CJSON is supposed to be available on the Docker image
…
-
The majority of data written out into the CJSON format are the raw data obtained by the logfileparsers. There are a few attributes which are post processed (after parsing them from the output files) a…
-
**The problem/use-case that the feature addresses**
In some cases Valkey users put some not-trivial logic in lua scripts. LuaJIT is a bit more performant than Lua (but has some limitations). We cou…
-
````
CJSON_PUBLIC(const char*) cJSON_Version(void)
{
static char version[15];
sprintf(version, "%i.%i.%i", CJSON_VERSION_MAJOR, CJSON_VERSION_MINOR, CJSON_VERSION_PATCH);
return ver…
fekir updated
2 years ago
-
The original [mpx/cjson](https://github.com/mpx/lua-cjson) repository is inactive, whereas [openresty/lua-cjson](https://github.com/openresty/lua-cjson) is being actively maintained.
While I'm unaw…
-
I just found and started using cJSON - so small and awesome!
I would like to parse some simple json that can look like:
`[ { "header": "some value" }, { "something": "all the rest"} ]`
or
…
-
when execute sudo make install,get error as below
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include'
/usr/bin/install -c -m 644 include/secp…