JSON encoder data format codes
#include <sys/json.h>
typedef enum {
JSON_ENCODER_FORMAT_JSON = 0
} json_encoder_format_t;
Encode in plain JSON format (see http://www.json.org).
These values determine the resulting format of data encoded with the JSON encoder API.