|
JSON for Modern C++
3.0
|
|
inline |
Creates a JSON boolean type from a given value.
| [in] | value | a boolean value to store |
true falseThe example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__boolean_t.cpp -o basic_json__boolean_t.