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 () |
![]() |
JSON boolean.
|
inline |
x | Value of the boolean. |
|
inlinevirtual |
Implements millijson::Base.
|
inline |
|
inline |