forked from squix78/json-streaming-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
30 lines (27 loc) · 1.01 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Json Streaming Parser 2",
"keywords": "json, streaming, https, http, wifi",
"description": "A memory efficient library to parse (large) JSON objects from HTTP or HTTPS on embedded devices. Implements a number of improvements over the original json-streaming-parser library but is not backwards compatible. Library includes useful example sketches.",
"repository": {
"type": "git",
"url": "https://github.com/mrfaptastic/json-streaming-parser2.git"
},
"authors": {
"name": "Faptastic",
"url": "https://github.com/mrfaptastic/"
},
"version": "2.0.2",
"frameworks": "arduino",
"platforms": "*",
"examples": [
"examples/HTTPS_StreamParser/*.ino",
"examples/HTTPS_StreamParser/*.cpp",
"examples/HTTPS_StreamParser/*.h",
"examples/HTTPS_StreamParser_Weather/*.ino",
"examples/HTTPS_StreamParser_Weather/*.cpp",
"examples/HTTPS_StreamParser_Weather/*.h",
"examples/SimpleParser/*.ino",
"examples/SimpleParser/*.cpp",
"examples/SimpleParser/*.h"
]
}