json_decoder_index()
QNX SDP8.0JSON Library ReferenceAPIDeveloper
Get the index of the current node
Synopsis:
#include <sys/json.h>int json_decoder_index(json_decoder_t *decoder)Arguments:
- decoder
 - The JSON decoder instance.
 
Library:
libjsonReturns:
The zero-based index of the current node within its parent.
Page updated: 
