From 4b30939ac94a693d78a3bcce86f03687e955bdbb Mon Sep 17 00:00:00 2001 From: Andrew Twyman Date: Thu, 11 Apr 2019 18:17:13 -0700 Subject: [PATCH] Update README with maintenance status --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f4e8b..1440e7b 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,9 @@ JSON values can have their values queried and inspected: Json json = Json::array { Json::object { { "k", "v" } } }; std::string str = json[0]["k"].string_value(); -More documentation is still to come. For now, see json11.hpp. +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. +If you have questions or want to talk to other users of Djinni, you can join the Slack community +via the link at the end of this document.