Parse a string of JSON-formatted data
#include <pps.h>
pps_decoder_error_t pps_decoder_parse_json_str(
pps_decoder_t *decoder,
char *str);
libpps
The function pps_decoder_parse_json_str() parses a string of JSON-formatted data. Except for the format of the data passed in the str argument, the behavior of this function is the same as for pps_decoder_parse_pps_str().
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |