Remove maintenance note in preparation for archiving

This commit is contained in:
Andrew Twyman 2020-03-25 16:27:27 -07:00 committed by GitHub
parent e2e3a11e99
commit 2df9473fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,3 @@ JSON values can have their values queried and inspected:
std::string str = json[0]["k"].string_value();
For more documentation see json11.hpp.
__Maintenance note:__ This repo is stable but no longer actively maintained. No further development
is planned, and no new feature PRs will be merged. Bug fixes may be merged on a volunteer basis.