Esempio n. 1
0
void json_set_value(const jsonvalue& json, int& value) { value = json.as_int(); }