aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/yql_highlight/json.h
blob: 08dd43173fb70a9a8bda0d6518b6c83da0bb5e7a (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <library/cpp/json/json_value.h>

namespace NSQLHighlight {

    void Print(IOutputStream& out, const NJson::TJsonValue& json);

} // namespace NSQLHighlight