📝 add more API documentation

parent 5c4cc20e
# basic_json # basic_json
!!! note
This page is under construction.
Defined in header `<json.hpp>` Defined in header `<json.hpp>`
```cpp ```cpp
...@@ -198,12 +194,12 @@ Access to the JSON value ...@@ -198,12 +194,12 @@ Access to the JSON value
- [**operator>**](operator>.md) - comparison: greater than - [**operator>**](operator>.md) - comparison: greater than
- [**operator>=**](operator>=.md) - comparison: greater than or equal - [**operator>=**](operator>=.md) - comparison: greater than or equal
### Serialization ### Serialization / Dumping
- [**dump**](dump.md) - serialization - [**dump**](dump.md) - serialization
- to_string - user-defined to_string function for JSON values - to_string - user-defined to_string function for JSON values
### Deserialization ### Deserialization / Parsing
- [**parse**](parse.md) (static) - deserialize from a compatible input - [**parse**](parse.md) (static) - deserialize from a compatible input
- [**accept**](accept.md) (static) - check if the input is valid JSON - [**accept**](accept.md) (static) - check if the input is valid JSON
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment