mirror of
https://github.com/nlohmann/json.git
synced 2026-07-10 04:25:11 +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:
@@ -32,8 +32,7 @@ Constant.
|
||||
|
||||
??? example
|
||||
|
||||
The following code shows an example output of the `meta()`
|
||||
function.
|
||||
The following code shows an example output of the `meta()` function.
|
||||
|
||||
```cpp
|
||||
--8<-- "examples/meta.cpp"
|
||||
@@ -45,6 +44,8 @@ Constant.
|
||||
--8<-- "examples/meta.output"
|
||||
```
|
||||
|
||||
Note the output is platform-dependent.
|
||||
|
||||
## See also
|
||||
|
||||
- [**NLOHMANN_JSON_VERSION_MAJOR**/**NLOHMANN_JSON_VERSION_MINOR**/**NLOHMANN_JSON_VERSION_PATCH**](../macros/nlohmann_json_version_major.md) - library version information
|
||||
|
||||
Reference in New Issue
Block a user