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-13 14:04:08 +02:00
parent d360fec216
commit ce6adc447a
6 changed files with 97 additions and 3 deletions

View File

@ -49,7 +49,7 @@ Todo
## Member types
- [**value_t**](value_t.md) - the JSON type enumeration
- json_pointer
- [**json_pointer**](../json_pointer.md) - JSON Pointer implementation
- json_serializer
- [**error_handler_t**](error_handler_t.md) - type to choose behavior on decoding errors
- cbor_tag_handler_t
@ -245,8 +245,8 @@ Access to the JSON value
## Literals
- operator""_json
- operator""_json_pointer
- [**operator""_json**](operator%22%22_json.md) - user-defined string literal for JSON values
- [**operator""_json_pointer**](operator%22%22_json_pointer.md) - user-defined string literal for JSON pointers
## Helper classes