We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f842de1 commit e7bce43Copy full SHA for e7bce43
library.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "InitJson",
3
+ "version": "1.0.0",
4
+ "author": "Init.io",
5
+ "maintainer": "Siam Rayhan",
6
+ "sentence": "A JSON library for Arduino.",
7
+ "paragraph": "Provides classes to handle JSON objects and arrays.",
8
+ "category": "Data Processing",
9
+ "url": "https://github.com/init-io/InitJson",
10
+ "architectures": ["*"],
11
+ "includes": "InitJson.h",
12
+ "dependencies": {
13
+ "ArduinoJson": ">=7.0.0"
14
+ }
15
+}
0 commit comments