Home
last modified time | relevance | path

Searched refs:cbor_to_cjson (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libcbor/examples/
H A Dcbor2cjson.c19 cJSON* cbor_to_cjson(cbor_item_t* item) { in cbor_to_cjson() function
45 cbor_to_cjson(cbor_move(cbor_array_get(item, i)))); in cbor_to_cjson()
66 cbor_to_cjson(cbor_map_handle(item)[i].value)); in cbor_to_cjson()
113 cJSON* cjson_item = cbor_to_cjson(item); in main()