summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/ya.make
blob: 17c60375034c52087c4dfdb9c25efdf57ea43134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIBRARY()

SRCS(
    json_writer.cpp
    json_reader.cpp
    json_prettifier.cpp
    rapidjson_helpers.cpp
)

PEERDIR(
    contrib/libs/rapidjson
    library/cpp/json/common
    library/cpp/json/fast_sax
    library/cpp/json/writer
    library/cpp/string_utils/relaxed_escaper
)

END()

RECURSE(
    converter
    fuzzy_test
    ut
    writer
    yson
    ordered_maps
)