Trail.Protocol
Home Libraries People FAQ More
Download

Trial.Protocol

    • Core
      • Adapter
      • Adapter Traits
      • Serialization
    • JSON
      • Overview
      • Tutorials
      • Guide
        • User Guide
        • Incremental Processing
          • Token
          • Error
          • Reader
          • Writer
        • Serialization
          • Input Archive
          • Output Archive
          • Tree processing
      • Design Rationale
      • JSON Reference
        • error.hpp
        • reader.hpp
        • iarchive.hpp
        • write.hpp
    • Dynamic Variable
      • Trial.Dynamic
      • User Guide
        • Types
        • Functions
        • Algorithms
        • Converters
        • Concepts
      • Design Rationale
      • Acknowledgement
      • Dynamic Reference
        • visit.hpp
        • error.hpp
        • functional.hpp
        • token.hpp
        • variable.hpp
Trial.Protocol v1.0
  • Trial.Protocol
    • v1.0
  • Trial.Protocol
  • JSON
  • Overview
Edit this Page

JSON

JSON is a textual data format that encodes booleans, numbers, and strings, as well as arrays and associative arrays (called JSON objects).

Trial.Protocol supports RFC 7159. No JSON extensions are supported.

Overview

Trial.Protocol provides the following classes for JSON parsing and generation.

Parser

Generator

Incremental

json::reader

json::writer

Serialization

json::iarchive

json::oarchive

Tree

json::parse

json::format

Copyright © 2008 Beman Dawes, Rene Rivera

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

This software is Open Source Initiative approved Open Source Software.

Open Source Initiative Approved is a trademark of the Open Source Initiative.

This page was built using the Antora default UI using supplemental files.

The source code for this UI is licensed under the terms of the MPL-2.0 license.