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 10:48:32 +02:00
parent 772f37c12d
commit 6674561d6a
10 changed files with 150 additions and 9 deletions

View File

@ -52,14 +52,14 @@ Todo
- [**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
- [**cbor_tag_handler_t**](cbor_tag_handler_t.md) - type to choose how to handle CBOR tags
- initializer_list_t
- input_format_t
- [**input_format_t**](input_format_t.md) - type to choose the format to parse
- json_sax_t
### Exceptions
- exception
- [**exception**](exception.md) - general exception of the `basic_json` class
- parse_error
- invalid_iterator
- type_error
@ -225,7 +225,7 @@ Access to the JSON value
## Static functions
- [**meta**](meta.md) - returns version information on the library
- get_allocator - returns the allocator associated with the container
- [**get_allocator**](get_allocator.md) - returns the allocator associated with the container
### Binary formats