trial.protocol
Home
Libraries
People
Download

trial.protocol

    • Core
      • Adapter
      • Serialization
    • JSON
      • JSON
      • Tutorials
      • Guide
        • User Guide
        • Incremental Processing
          • Token
          • Error
          • Reader
          • Writer
        • Serialization
          • Input Archive
          • Output Archive
      • Design Rationale
    • Dynamic Variable
      • Trial.Dynamic
      • Tutorial
      • User Guide
        • dynamic:type.adoc
        • Functions
        • Algorithms
        • Converters
        • Concepts
      • Design Rationale
      • Acknowledgement
trial.protocol protocol
  • trial.protocol
    • protocol
  • trial.protocol
  • JSON
  • JSON
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