Home
last modified time | relevance | path

Searched defs:json (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Djansson.h69 #define json_typeof(json) ((json)->type) argument
70 #define json_is_object(json) ((json) && json_typeof(json) == JSON_OBJECT) argument
71 #define json_is_array(json) ((json) && json_typeof(json) == JSON_ARRAY) argument
72 #define json_is_string(json) ((json) && json_typeof(json) == JSON_STRING) argument
74 #define json_is_real(json) ((json) && json_typeof(json) == JSON_REAL) argument
76 #define json_is_true(json) ((json) && json_typeof(json) == JSON_TRUE) argument
77 #define json_is_false(json) ((json) && json_typeof(json) == JSON_FALSE) argument
79 #define json_is_boolean(json) (json_is_true(json) || json_is_false(json)) argument
80 #define json_is_null(json) ((json) && json_typeof(json) == JSON_NULL) argument
98 json_t *json_incref(json_t *json) in json_incref()
[all …]
A Djansson_private.h35 json_t json; member
42 json_t json; member
50 json_t json; member
56 json_t json; member
61 json_t json; member
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dujson_dumps_float.py2 import ujson as json namespace
A Dujson_dumps_ordereddict.py2 import ujson as json namespace
A Dujson_load.py3 import ujson as json namespace
A Dujson_dumps.py2 import ujson as json namespace
A Dujson_loads_bytes.py4 import ujson as json namespace
A Dujson_loads.py2 import ujson as json namespace
A Dujson_dump.py3 import ujson as json namespace
A Dujson_loads_float.py2 import ujson as json namespace
A Dujson_dump_iobase.py5 import ujson as json namespace
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/speech/
A Dmain.py13 import ujson as json namespace
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/
A Dmodule_builtin.c30 char *json = NULL; in native_add_global_appconfig() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/builtin/
A Dmodule_builtin.c66 char *json = NULL; in native_add_global_appconfig() local
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py12 import ujson as json namespace
/AliOS-Things-master/components/ota/ota_agent/transport/
A Dota_transport_mqtt.c23 int ota_sevice_parse_msg(ota_service_t *ctx, const char *json) in ota_sevice_parse_msg()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DUtils.cc260 AlibabaCloud::JsonToMap(const std::string &json) { in JsonToMap()
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe.c124 cJSON *json = cJSON_Parse(pkg_data); in resolve_path() local
/AliOS-Things-master/components/linkkit/ota/
A Dota_lib.c7 const char *otalib_JsonValueOf(const char *json, uint32_t json_len, in otalib_JsonValueOf()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp3736 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3748 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3762 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3783 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3792 const Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3802 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3808 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3828 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
3872 Json::Value json; in JSONTEST_FIXTURE_LOCAL() local
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1601 char *json = NULL; in board_mgr_init() local
1622 char *json = NULL; in board_load_drivers() local
/AliOS-Things-master/components/uagent/src/
A Duagent_core.c607 cJSON *arr = NULL, *json = NULL; in service_report_func_list() local
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c967 char *json = NULL; in py_board_mgr_init() local
/AliOS-Things-master/components/cjson/src/
A DcJSON.c65 const unsigned char *json; member
2629 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify()

Completed in 91 milliseconds