mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-28 10:19:39 +00:00
* This library in Web Registry: http://platformio.org/#!/lib/show/568/jsmn * Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "jsmn",
|
|
"keywords": "json",
|
|
"description": "Minimalistic JSON parser/tokenizer in C. It can be easily integrated into resource-limited or embedded projects",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/zserge/jsmn.git"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"examples": [
|
|
"example/*.c"
|
|
],
|
|
"exclude": "test"
|
|
}
|