We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3b941 commit dbb3e54Copy full SHA for dbb3e54
library.json
@@ -0,0 +1,16 @@
1
+{
2
+ "name": "ESP8266 Weather Station",
3
+ "keywords": "json, streaming",
4
+ "description": "A very memory efficient library to parse (large) JSON objects on embedded devices",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/squix78/esp8266-weather-station.git"
8
+ },
9
+ "authors": {
10
+ "name": "Daniel Eichhorn",
11
+ "url": "http://blog.squix.ch"
12
13
+ "frameworks": "arduino",
14
+ "platforms": "espressif",
15
+ "version": "1.0.4"
16
+}
0 commit comments