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