Skip to content

Commit a8e3e8c

Browse files
authored
Merge pull request #13 from PANFACTORY/feature/readme
READMEにステータスバッジを追加
2 parents 36b589d + 3c37931 commit a8e3e8c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
C++言語のためのJSONパーサーライブラリです。
44
std::istreamでJSONデータを受け取り、対応する抽象構文木を生成します。
55

6+
## CI
7+
8+
|状態|環境|
9+
|:--:|:--:|
10+
|[![CMake](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml/badge.svg)](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml)|ubuntu-latest(g++)|
11+
612
## 生成規則
713

814
このライブラリではJSONフォーマットが以下の生成規則に従うものと想定します。

0 commit comments

Comments
 (0)