Skip to content

Commit e7bce43

Browse files
authored
Create library.json
1 parent f842de1 commit e7bce43

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

library.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)