mirror of
https://github.com/nlohmann/json.git
synced 2026-07-12 21:45:10 +00:00
Adjust JSON Pointer examples (#3622)
* 📡 adjust JSON Pointer examples * 👷 add test for documentation * 📡 note platform-dependent output on some examples
This commit is contained in:
@@ -317,6 +317,8 @@ basic_json(basic_json&& other) noexcept;
|
||||
--8<-- "examples/basic_json__CompatibleType.output"
|
||||
```
|
||||
|
||||
Note the output is platform-dependent.
|
||||
|
||||
??? example "Example: (5) create a container (array or object) from an initializer list"
|
||||
|
||||
The example below shows how JSON values are created from initializer lists.
|
||||
|
||||
Reference in New Issue
Block a user