资讯

You can invoke cJSON_Parse to get cJSON to parse for you, and then you can take the root object, and traverse the structure (which is, formally, an N-tree), and tokenise as you please. If you wanted ...
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML - phorward/unicc ...