Jsmn Parse

Description

Jsmn Parse is a light weight JSON packet parser. Jsmn uses callbacks to allow application code to handle individual tokens in a flexible way.

Use Cases

  • Parse JSON from communication, files, or other sources
  • JSON packets that are not directly associated with variable names
  • JSON parsing supporting partial packets

Overview