Sha256: e76df502d4f49a727158ba1bb4c20f948771602b2c54b56805ad4ab41e325f6e
Contents?: true
Size: 540 Bytes
Versions: 7
Compression:
Stored size: 540 Bytes
Contents
// Copyright (c) 2017-2022 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
Version data entries
7 entries across 7 versions & 1 rubygems