Parse a file of JSON data
#include <sys/json.h>
json_decoder_error_t json_decoder_parse_file(json_decoder_t *decoder, const char *file);
json_decoder_error_t & json_decoder_get_parse_error()