Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
C++言語のためのJSONパーサーライブラリです。
std::istreamでJSONデータを受け取り、対応する抽象構文木を生成します。

## CI

|状態|環境|
|:--:|:--:|
|[![CMake](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml/badge.svg)](https://github.com/PANFACTORY/jsonparser/actions/workflows/cmake.yml)|ubuntu-latest(g++)|

## 生成規則

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