File tree Expand file tree Collapse file tree 10 files changed +15
-0
lines changed Expand file tree Collapse file tree 10 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1313#include < jsoncons/config/compiler_support.hpp>
1414#include < jsoncons/config/jsoncons_config.hpp>
1515#include < jsoncons/basic_json.hpp>
16+ #include < jsoncons/encode_traits.hpp>
1617#include < jsoncons/utility/extension_traits.hpp>
1718
1819#include < jsoncons_ext/bson/bson_encoder.hpp>
Original file line number Diff line number Diff line change 1010#include < jsoncons/allocator_set.hpp>
1111#include < jsoncons/config/compiler_support.hpp>
1212#include < jsoncons/basic_json.hpp>
13+ #include < jsoncons/decode_traits.hpp>
1314
1415#include < jsoncons_ext/csv/csv_cursor.hpp>
1516#include < jsoncons_ext/csv/csv_encoder.hpp>
Original file line number Diff line number Diff line change 1313#include < jsoncons_ext/csv/csv_options.hpp>
1414#include < jsoncons_ext/csv/csv_reader.hpp>
1515#include < jsoncons/basic_json.hpp>
16+ #include < jsoncons/encode_traits.hpp>
1617
1718namespace jsoncons {
1819namespace csv {
Original file line number Diff line number Diff line change 2323
2424#include < jsoncons/config/compiler_support.hpp>
2525#include < jsoncons/json_type.hpp>
26+ #include < jsoncons/json_decoder.hpp>
27+ #include < jsoncons/json_reader.hpp>
28+ #include < jsoncons/detail/parse_number.hpp>
2629#include < jsoncons/tag_type.hpp>
2730#include < jsoncons/utility/unicode_traits.hpp>
2831
Original file line number Diff line number Diff line change 1111#include < cassert>
1212#include < cstddef>
1313#include < iostream>
14+ #include < map>
1415#include < set>
1516#include < string>
1617#include < system_error>
1718#include < unordered_set>
1819#include < vector>
1920
2021#include < jsoncons/config/jsoncons_config.hpp>
22+ #include < jsoncons/byte_string.hpp>
23+ #include < jsoncons/json_reader.hpp>
2124#include < jsoncons/tag_type.hpp>
2225#include < jsoncons/utility/unicode_traits.hpp>
2326#include < jsoncons/utility/uri.hpp>
Original file line number Diff line number Diff line change 77#ifndef JSONCONS_EXT_MERGEPATCH_MERGEPATCH_HPP
88#define JSONCONS_EXT_MERGEPATCH_MERGEPATCH_HPP
99
10+ #include < jsoncons/tag_type.hpp>
11+
1012namespace jsoncons {
1113namespace mergepatch {
1214
Original file line number Diff line number Diff line change 1414#include < jsoncons/config/compiler_support.hpp>
1515#include < jsoncons/config/jsoncons_config.hpp>
1616#include < jsoncons/basic_json.hpp>
17+ #include < jsoncons/decode_traits.hpp>
1718
1819#include < jsoncons_ext/msgpack/msgpack_cursor.hpp>
1920#include < jsoncons_ext/msgpack/msgpack_encoder.hpp>
Original file line number Diff line number Diff line change 1212#include < jsoncons/config/compiler_support.hpp>
1313#include < jsoncons/config/jsoncons_config.hpp>
1414#include < jsoncons/basic_json.hpp>
15+ #include < jsoncons/encode_traits.hpp>
1516
1617#include < jsoncons_ext/msgpack/msgpack_encoder.hpp>
1718#include < jsoncons_ext/msgpack/msgpack_reader.hpp>
Original file line number Diff line number Diff line change 1414#include < jsoncons/config/compiler_support.hpp>
1515#include < jsoncons/config/jsoncons_config.hpp>
1616#include < jsoncons/basic_json.hpp>
17+ #include < jsoncons/decode_traits.hpp>
1718
1819#include < jsoncons_ext/ubjson/ubjson_cursor.hpp>
1920#include < jsoncons_ext/ubjson/ubjson_reader.hpp>
Original file line number Diff line number Diff line change 1313#include < jsoncons/config/compiler_support.hpp>
1414#include < jsoncons/config/jsoncons_config.hpp>
1515#include < jsoncons/basic_json.hpp>
16+ #include < jsoncons/encode_traits.hpp>
1617
1718#include < jsoncons_ext/ubjson/ubjson_encoder.hpp>
1819#include < jsoncons_ext/ubjson/ubjson_reader.hpp>
You can’t perform that action at this time.
0 commit comments