json_encoder_format_t

JSON encoder data format codes

Synopsis:

#include <sys/json.h>
typedef enum {
    JSON_ENCODER_FORMAT_JSON = 0
} json_encoder_format_t;

Data:

JSON_ENCODER_FORMAT_JSON

Encode in plain JSON format (see http://www.json.org).

Library:

libjson

Description:

These values determine the resulting format of data encoded with the JSON encoder API.