|
Distributed Publish & Subscribe for IoT
|
JSON <-> CBOR conversion. More...
Go to the source code of this file.
Functions | |
| DPS_Status | DPS_CBOR2JSON (const uint8_t *cbor, size_t cborLen, char *json, size_t jsonSize, int pretty) |
| Generate a JSON string from a CBOR encoded byte array. More... | |
| DPS_Status | DPS_JSON2CBOR (const char *json, uint8_t *cbor, size_t cborSize, size_t *cborLen) |
| Generate a CBOR encoded byte array from a JSON string. More... | |
JSON <-> CBOR conversion.