json_decoder_destroy()
QNX SDP8.0JSON Library ReferenceAPIDeveloper
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:
libjsonPage updated: