| 1109 | |
| 1110 | template <> |
| 1111 | void Out<NJson::NOrderedJson::TJsonValue>(IOutputStream& out, const NJson::NOrderedJson::TJsonValue& v) { |
| 1112 | NJsonOrderedWriter::TBuf buf(NJsonOrderedWriter::HEM_DONT_ESCAPE_HTML, &out); |
| 1113 | buf.WriteJsonValue(&v); |
| 1114 | } |
nothing calls this directly
no test coverage detected