json_encoder_format_t
QNX SDP8.0JSON Library ReferenceAPIDeveloper
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
Library:
libjsonDescription:
These values determine the resulting format of data encoded with the JSON encoder API.
Page updated: