json_decoder_create()

Create a new JSON decoder instance

Synopsis:

#include <sys/json.h>
json_decoder_t* json_decoder_create(void);

Library:

libjson

Returns:

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