-
**Describe the feature**
Please provide example firmware code for running swift yolo models, made with model assistant, to run them on the Grove Vision Module V2.
**Motivation**
Through model as…
-
when i use cjson.encode(table), the table is modified order ,why?
e.g:
local json = cjson.encode({name="yhc",age=40,birthday="1985"})
print(json) -- {"birthday":"1985","name":"yhc","age":40}
i…
-
I have built Lua-HTTP server, and it is running perfectly fine. but when I try to get client Ip then all of my tricks failed. Even I have seen many solutions for implementing reverse proxy and all whi…
-
hey I getting this error while trying to start nginx:
undefined symbol: lua_newuserdatauv
stack traceback:
[C]: at 0x7fd2c07ac720
[C]: in function 'require'
/etc/nginx/ljbc/load_modules.ljbc…
-
In production redis, it looks like `cjson.decode("null")` returns `cjson.null` whereas the lua cjson in miniredis returns `nil`.
Maybe gopher-lua should be updated to match redis? The change invol…
-
Good afternoon.
I am using cJSON v1.7.12. I am trying to create a json of the form:
`{
"status":"text",
"num": 123
}
`
For this, I use the following code:
`
cJSON *monitor = cJSON_Creat…
-
function cJSON_IsBool:
CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item)
{
if (item == NULL)
{
return false;
}
return (item->type & 0xFF) == cJSON_NULL;
…
-
Hi,
i tried your code today and its working very well but cJSON is not converting a float number correctly.
You hit the problem if you try to read the dht22. The output looks like this:
{
"temp": …
flo90 updated
9 years ago
-
We've noticed the [luarocks package of lua-cjson](https://luarocks.org/modules/openresty/lua-cjson) has not been updated in some time:
![image](https://github.com/openresty/lua-cjson/assets/3277009…
flrgh updated
1 month ago
-