Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loupeteam/jsmn_parse

AR Library for parsing JSON packets
https://github.com/loupeteam/jsmn_parse

ar-library

Last synced: 3 months ago
JSON representation

AR Library for parsing JSON packets

Awesome Lists containing this project

README

        

# Info
Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

# 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

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/jsmn.html

# Installation
To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run `lpm install jsmn_parse`. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html

## Licensing

This project is licensed under the [MIT License](LICENSE).