json_decoder_destroy()

Destroy a JSON decoder instance

Synopsis:

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

Arguments:

decoder
The JSON decoder instance to destroy. It is safe to call json_decoder_destroy() with a NULL pointer.

Library:

libjson