1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

📝 add more API documentation

This commit is contained in:
Niels Lohmann
2020-08-14 13:47:54 +02:00
parent 0356e0c75b
commit f6c2947f1e
4 changed files with 104 additions and 5 deletions

View File

@ -135,7 +135,7 @@ Functions to inspect the type of a JSON value.
Direct access to the stored value of a JSON value.
- get - get a value
- [**get**](get.md) - get a value
- get_to - get a value
- get_ptr - get a pointer value
- get_ref - get a reference value