mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
📝 add more API documentation
This commit is contained in:
@ -14,8 +14,9 @@ Implicit pointer access to the internally stored JSON value. No copies are made.
|
||||
|
||||
`PointerType`
|
||||
: pointer type; must be a pointer to [`array_t`](array_t.md), [`object_t`](object_t.md), [`string_t`](string_t.md),
|
||||
[`boolean_t`](boolean_t.md), [`number_integer_t`](number_integer_t.md), or [`number_unsigned`](number_unsigned.md),
|
||||
[`number_float_t`](number_float_t.md), or [`binary_t`](binary_t.md). Other types will not compile.
|
||||
[`boolean_t`](boolean_t.md), [`number_integer_t`](number_integer_t.md), or
|
||||
[`number_unsigned_t`](number_unsigned_t.md), [`number_float_t`](number_float_t.md), or [`binary_t`](binary_t.md).
|
||||
Other types will not compile.
|
||||
|
||||
## Return value
|
||||
|
||||
|
Reference in New Issue
Block a user