| 469 | } |
| 470 | |
| 471 | void t_json_generator::write_string(const string& value) { |
| 472 | f_json_ << '\"' << escape_json_string(value) << '\"'; |
| 473 | } |
| 474 | |
| 475 | void t_json_generator::write_const_value(t_const_value* value, bool should_force_string) { |
| 476 |
no outgoing calls