1cc_library( 2 name = "json", 3 hdrs = [ 4 "include/nlohmann/adl_serializer.hpp", 5 "include/nlohmann/byte_container_with_subtype.hpp", 6 "include/nlohmann/detail/abi_macros.hpp", 7 "include/nlohmann/detail/conversions/from_json.hpp", 8 "include/nlohmann/detail/conversions/to_chars.hpp", 9 "include/nlohmann/detail/conversions/to_json.hpp", 10 "include/nlohmann/detail/exceptions.hpp", 11 "include/nlohmann/detail/hash.hpp", 12 "include/nlohmann/detail/input/binary_reader.hpp", 13 "include/nlohmann/detail/input/input_adapters.hpp", 14 "include/nlohmann/detail/input/json_sax.hpp", 15 "include/nlohmann/detail/input/lexer.hpp", 16 "include/nlohmann/detail/input/parser.hpp", 17 "include/nlohmann/detail/input/position_t.hpp", 18 "include/nlohmann/detail/iterators/internal_iterator.hpp", 19 "include/nlohmann/detail/iterators/iter_impl.hpp", 20 "include/nlohmann/detail/iterators/iteration_proxy.hpp", 21 "include/nlohmann/detail/iterators/iterator_traits.hpp", 22 "include/nlohmann/detail/iterators/json_reverse_iterator.hpp", 23 "include/nlohmann/detail/iterators/primitive_iterator.hpp", 24 "include/nlohmann/detail/json_custom_base_class.hpp", 25 "include/nlohmann/detail/json_pointer.hpp", 26 "include/nlohmann/detail/json_ref.hpp", 27 "include/nlohmann/detail/macro_scope.hpp", 28 "include/nlohmann/detail/macro_unscope.hpp", 29 "include/nlohmann/detail/meta/call_std/begin.hpp", 30 "include/nlohmann/detail/meta/call_std/end.hpp", 31 "include/nlohmann/detail/meta/cpp_future.hpp", 32 "include/nlohmann/detail/meta/detected.hpp", 33 "include/nlohmann/detail/meta/identity_tag.hpp", 34 "include/nlohmann/detail/meta/is_sax.hpp", 35 "include/nlohmann/detail/meta/std_fs.hpp", 36 "include/nlohmann/detail/meta/type_traits.hpp", 37 "include/nlohmann/detail/meta/void_t.hpp", 38 "include/nlohmann/detail/output/binary_writer.hpp", 39 "include/nlohmann/detail/output/output_adapters.hpp", 40 "include/nlohmann/detail/output/serializer.hpp", 41 "include/nlohmann/detail/string_concat.hpp", 42 "include/nlohmann/detail/string_escape.hpp", 43 "include/nlohmann/detail/value_t.hpp", 44 "include/nlohmann/json.hpp", 45 "include/nlohmann/json_fwd.hpp", 46 "include/nlohmann/ordered_map.hpp", 47 "include/nlohmann/thirdparty/hedley/hedley.hpp", 48 "include/nlohmann/thirdparty/hedley/hedley_undef.hpp", 49 ], 50 includes = ["include"], 51 visibility = ["//visibility:public"], 52 alwayslink = True, 53) 54