aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/json/ya.make
blob: 625a6b231e76c49961aac9d2d72a81601e0f3bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER(
    ermolovd
    g:yt
)

SRCS(
    json_writer.cpp
    yson2json_adapter.cpp
)

PEERDIR(
    library/cpp/json
)

END()