Standardize documentation format

Signed-off-by: Cristian Le <git@lecris.dev>
This commit is contained in:
Cristian Le 2023-07-09 22:03:36 +02:00
parent 25a5d09861
commit 02d11f1cda
Failed to extract signature

View File

@ -1,7 +1,5 @@
# JSON schema validator for JSON for Modern C++
## What is it?
<!-- SHINX-START -->
This is a C++ library for validating JSON documents based on a
@ -15,9 +13,6 @@ Niels Lohmann et al develop a great JSON parser for C++ called [JSON for Modern
C++](https://github.com/nlohmann/json). This validator is based on this
library, hence the name.
External documentation is missing as well. However the API of the validator
is rather simple.
## New in version 2
Although significant changes have been done for the 2nd version