| 1073 | } |
| 1074 | |
| 1075 | bool on_string(system::error_code& ec, string_view) |
| 1076 | { |
| 1077 | if( (array_depth_ + object_depth_) == 0 ) |
| 1078 | return parent_->signal_value(ec); |
| 1079 | return true; |
| 1080 | } |
| 1081 | |
| 1082 | bool on_number_part(system::error_code&) |
| 1083 | { |
nothing calls this directly
no test coverage detected