From 02d11f1cda664c7ee06fa7644d56d890eee3f314 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sun, 9 Jul 2023 22:03:36 +0200 Subject: [PATCH] Standardize documentation format Signed-off-by: Cristian Le --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3383cce..d03c456 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # JSON schema validator for JSON for Modern C++ -## What is it? - 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