Skip to content

Commit

Permalink
Update README with maintenance status
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Twyman committed Apr 12, 2019
1 parent 8d33613 commit 4b30939
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4b30939

Please sign in to comment.