| 227 | } |
| 228 | |
| 229 | std::string_view key() const noexcept |
| 230 | { |
| 231 | if (is_object()) { |
| 232 | return std::get<0>(iter_)->key(); |
| 233 | } |
| 234 | return std::string_view{}; |
| 235 | } |
| 236 | |
| 237 | json_wrapper<is_const_iter> value() const noexcept |
| 238 | { |
no outgoing calls
no test coverage detected