📝 add more API documentation

This commit is contained in:
Niels Lohmann 2020-08-16 21:23:44 +02:00
parent 5c4cc20ed8
commit 6b04f05eba
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -1,9 +1,5 @@
# basic_json
!!! note
This page is under construction.
Defined in header `<json.hpp>`
```cpp
@ -198,12 +194,12 @@ Access to the JSON value
- [**operator>**](operator>.md) - comparison: greater than
- [**operator>=**](operator>=.md) - comparison: greater than or equal
### Serialization
### Serialization / Dumping
- [**dump**](dump.md) - serialization
- to_string - user-defined to_string function for JSON values
### Deserialization
### Deserialization / Parsing
- [**parse**](parse.md) (static) - deserialize from a compatible input
- [**accept**](accept.md) (static) - check if the input is valid JSON