Skip to content

Commit b522fb0

Browse files
committed
Add vix.json for @vix/json header-only module
1 parent 1cb0227 commit b522fb0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

vix.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "json",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-only",
6+
"include": "include",
7+
"license": "MIT",
8+
"description": "Header-only JSON library for Vix.cpp: parsing, dumping, conversion, and JPath querying.",
9+
"keywords": [
10+
"cpp",
11+
"vix",
12+
"json",
13+
"header-only",
14+
"parsing",
15+
"dumping",
16+
"conversion",
17+
"jpath"
18+
],
19+
"repository": "https://github.com/vixcpp/json",
20+
"authors": [
21+
{
22+
"name": "Gaspard Kirira",
23+
"github": "Gaspardkirira"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)