This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于CC3200的 JSON 的用法

Other Parts Discussed in Thread: CC3200

看到 TI有提供 JSON的 API, 但是没有找到说明文档和demo, 不知道怎么用!?

void jsmn_init(jsmn_parser *parser);

int jsmn_parse(jsmn_parser *parser, const char *js, size_t len,
jsmntok_t *tokens, unsigned int num_tokens);

希望 TI能够解释一下