Update docs/mkdocs/docs/api/basic_json/boolean_t.md
Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
parent
efffa2876b
commit
346963fe04
@ -7,7 +7,7 @@ using boolean_t = BooleanType;
|
|||||||
The type used to store JSON booleans.
|
The type used to store JSON booleans.
|
||||||
|
|
||||||
[RFC 8259](https://tools.ietf.org/html/rfc8259) implicitly describes a boolean as a type which differentiates the two
|
[RFC 8259](https://tools.ietf.org/html/rfc8259) implicitly describes a boolean as a type which differentiates the two
|
||||||
literals`#!json true` and `#!json false`.
|
literals `#!json true` and `#!json false`.
|
||||||
|
|
||||||
To store objects in C++, a type is defined by the template parameter `BooleanType` which chooses the type to use.
|
To store objects in C++, a type is defined by the template parameter `BooleanType` which chooses the type to use.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user