From 6b04f05ebabd4e484f8daae21dafe19850e2ba37 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 16 Aug 2020 21:23:44 +0200 Subject: [PATCH] :memo: add more API documentation --- doc/mkdocs/docs/api/basic_json/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/mkdocs/docs/api/basic_json/index.md b/doc/mkdocs/docs/api/basic_json/index.md index cccb5d403..786a9e0df 100644 --- a/doc/mkdocs/docs/api/basic_json/index.md +++ b/doc/mkdocs/docs/api/basic_json/index.md @@ -1,9 +1,5 @@ # basic_json -!!! note - - This page is under construction. - Defined in header `` ```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