1 2 3 4 5 6 7 8
#include <json/json.h> int main() { int zero = 0; Json::Value value(zero); return value.asInt(); }