From ecf895f2d13ed315ad3a7b64367745da1bd8e4cb Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 5 May 2017 16:42:22 +0200 Subject: [PATCH] :memo: mentioned value function on main doc page #570 --- doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.md b/doc/index.md index 5392f4d3c..0a7b45c8e 100644 --- a/doc/index.md +++ b/doc/index.md @@ -27,6 +27,7 @@ These pages contain the API documentation of JSON for Modern C++, a C++11 header - @link nlohmann::basic_json::get_ptr get_ptr @endlink -- get a value pointer - @link nlohmann::basic_json::get_ref get_ref @endlink -- get a value reference - @link nlohmann::basic_json::operator ValueType() const operator ValueType @endlink -- get a value (implicit conversion) + - @link nlohmann::basic_json::value value @endlink -- get a value from an object and return default value if key is not present - lexicographical comparison operators - serialization - deserialization