|
JSON for Modern C++
3.0
|
|
inline |
Create an interger number JSON value with a given content.
| T | helper type to compare number_integer_t and int (not visible in) the interface. |
| [in] | value | an integer to create a JSON number from |
42The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__number_integer_t.cpp -o basic_json__number_integer_t.