Sha256: 56fdbedf7a2194e9246f33bd4454243dad10fda4dfd4cad868f88b9e5eed352b

Contents?: true

Size: 1000 Bytes

Versions: 7

Compression:

Stored size: 1000 Bytes

Contents

// Copyright (c) 2015-2022 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/json/

#ifndef TAO_JSON_HPP
#define TAO_JSON_HPP

// Value Class
#include "json/value.hpp"

// Value Reading
#include "json/from_file.hpp"
#include "json/from_input.hpp"
#include "json/from_stream.hpp"
#include "json/from_string.hpp"
#include "json/parts_parser.hpp"

// Value Writing
#include "json/stream.hpp"  // operator<<
#include "json/to_stream.hpp"
#include "json/to_string.hpp"

// Value Support
#include "json/operators.hpp"
#include "json/self_contained.hpp"

// Custom Types
#include "json/binding.hpp"
#include "json/consume.hpp"
#include "json/consume_file.hpp"
#include "json/consume_string.hpp"
#include "json/produce.hpp"

// Binary Literals
#include "json/binary.hpp"

// Other Formats
#include "json/cbor.hpp"
#include "json/jaxn.hpp"
#include "json/msgpack.hpp"
#include "json/ubjson.hpp"

// Events Implementations
#include "json/events.hpp"

#endif

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
couchbase-3.4.5 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.4.4 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.4.3 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.4.2 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.4.1 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.4.0 ext/couchbase/third_party/json/include/tao/json.hpp
couchbase-3.3.0 ext/couchbase/third_party/json/include/tao/json.hpp