|
TinyCBOR 0.4 API
|
The <cborjson.h> file contains the routines that are used to convert a CBOR data stream into JSON. More...
#include "cbor.h"Go to the source code of this file.
Enumerations | |
| enum | CborToJsonFlags |
| The CborToJsonFlags enum contains flags that control the conversion of CBOR to JSON. More... | |
Functions | |
| CborError | cbor_value_to_json_advance (FILE *out, CborValue *value, int flags) |
| Converts the current CBOR type pointed by value to JSON and writes that to the out stream. More... | |
| CborError | cbor_value_to_json (FILE *out, const CborValue *value, int flags) |
| Converts the current CBOR type pointed by value to JSON and writes that to the out stream. More... | |
The <cborjson.h> file contains the routines that are used to convert a CBOR data stream into JSON.
1.8.12