mirror of
https://github.com/nlohmann/json
synced 2025-01-19 05:10:05 +00:00
📝 add more API documentation
This commit is contained in:
parent
5c4cc20ed8
commit
6b04f05eba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user