TSDuck v3.37-3670
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches

Representation of JSON documents. More...

Collaboration diagram for JSON:

Classes

class  ts::json::Array
 Implementation of a JSON array. More...
 
class  ts::json::False
 Implementation of a JSON false literal. More...
 
class  ts::json::Null
 Implementation of a JSON null literal. More...
 
class  ts::json::Number
 Implementation of a JSON number. More...
 
class  ts::json::Object
 Implementation of a JSON object. More...
 
class  ts::json::RunningDocument
 Representation of a "running" JSON document which is displayed on the fly. More...
 
class  ts::json::String
 Implementation of a JSON string. More...
 
class  ts::json::True
 Implementation of a JSON true literal. More...
 
class  ts::json::Value
 Abstract base class of a JSON value. More...
 

Detailed Description

Representation of JSON documents.