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