TinyCBOR 0.5.2 API
Enumerations | Functions
cborjson.h File Reference

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 to 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 to by value to JSON and writes that to the out stream. More...
 

Detailed Description

The <cborjson.h> file contains the routines that are used to convert a CBOR data stream into JSON.

See also
<cbor.h>