|
JSON for Modern C++
3.0
|
|
inline |
Create an integer number JSON value with a given content.
| [in] | value | an integer to create a JSON number from |
17The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/basic_json__const_int.cpp -o basic_json__const_int.