Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - problem parsing JSON with pps library: Page 1 of 16 (16 Items)
   
problem parsing JSON with pps library  
I am trying to parse a JSON formatted file with the pps library (pps.h) but I am having an issue parsing the entire file
. It seem as though the pps_decoder_t data structure is limited to only 40 nodes, which isn't enough to parse the entire
 file. Even if I change the global definition PPS_DECODER_INITIAL_NODES from 40 to 100 the function 
pps_decoder_parse_pps_str() will still not populate more then 40 node. 

I haven't been able to find a way around this. Can someone please point me in the right direction as to what is needed 
to parse the entire file?

Thanks.