// Copyright (c) 2017-2020 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_MSGPACK_HPP #define TAO_JSON_MSGPACK_HPP #include "../json.hpp" #include "msgpack/consume_file.hpp" #include "msgpack/consume_string.hpp" #include "msgpack/from_binary.hpp" #include "msgpack/from_file.hpp" #include "msgpack/from_input.hpp" #include "msgpack/from_string.hpp" #include "msgpack/parts_parser.hpp" #include "msgpack/to_stream.hpp" #include "msgpack/to_string.hpp" #endif