ARC SDK
Public Member Functions | Static Public Member Functions
Arc::JSON Class Reference

Holder class for parsing JSON into XML container and back. More...

#include <JSON.h>

Public Member Functions

 JSON ()
 Constructor is not implemented. Use static methods instead. More...
 

Static Public Member Functions

static bool Parse (Arc::XMLNode &xml, char const *input)
 Parse JSON document and store results into XMLNode container. More...
 

Detailed Description

Holder class for parsing JSON into XML container and back.

Constructor & Destructor Documentation

◆ JSON()

Arc::JSON::JSON ( )

Constructor is not implemented. Use static methods instead.

Member Function Documentation

◆ Parse()

static bool Arc::JSON::Parse ( Arc::XMLNode xml,
char const *  input 
)
static

Parse JSON document and store results into XMLNode container.


The documentation for this class was generated from the following file: