We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b589d + 3c37931 commit a8e3e8cCopy full SHA for a8e3e8c
1 file changed
README.md
@@ -3,6 +3,12 @@
3
C++言語のためのJSONパーサーライブラリです。
4
std::istreamでJSONデータを受け取り、対応する抽象構文木を生成します。
5
6
+## CI
7
+
8
+|状態|環境|
9
+|:--:|:--:|
10
+|[](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml)|ubuntu-latest(g++)|
11
12
## 生成規則
13
14
このライブラリではJSONフォーマットが以下の生成規則に従うものと想定します。
0 commit comments