|
millijson
Lightweight JSON parser for C++
|
JSON boolean. More...
#include <millijson.hpp>


Public Member Functions | |
| Boolean (bool x) | |
| Type | type () const |
| const bool & | value () const |
| bool & | value () |
Public Member Functions inherited from millijson::Base | |
JSON boolean.
|
inline |
| x | Value of the boolean. |
|
inlinevirtual |
Implements millijson::Base.
|
inline |
|
inline |