Skip to content

Commit

Permalink
📝 mentioned value function on main doc page #570
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed May 5, 2017
1 parent 19d2dec commit ecf895f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecf895f

Please sign in to comment.