json_encoder_create()

Create a new JSON encoder instance

Synopsis:

#include <sys/json.h>
json_encoder_t* json_encoder_create(void);

Library:

libjson

Returns:

The newly allocated encoder instance, or NULL if there is not enough memory to perform the operation.