Able
Askowl Base Library Enabler
Askowl.Json Class Reference

Deserialisation from JSON format More...

Inheritance diagram for Askowl.Json:

Public Member Functions

Json Parse (string jsonText)
 Parse text containing valid but unknown format JSON More...
 
void Dispose ()
 Clear deserialized JSON tree More...
 

Public Attributes

Trees Node => tree
 Retrieve the current node in the parsed JSON tree More...
 

Static Public Attributes

static Json Instance => new Json()
 Retrieve a Json instance used to load data into More...
 

Detailed Description

Deserialisation from JSON format

Definition at line 8 of file Json.cs.

Member Function Documentation

◆ Dispose()

void Askowl.Json.Dispose ( )

◆ Parse()

Json Askowl.Json.Parse ( string  jsonText)

Member Data Documentation

◆ Instance

Json Askowl.Json.Instance => new Json()
static

◆ Node

Trees Askowl.Json.Node => tree

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