ParserResult Class Reference

Properties

string JsonString [get]
 
Field[] Fields [get]
 
Dictionary< string, FieldFieldsByName [get]
 

Detailed Description

Holds the result of a successfully parsed data string.

Property Documentation

string JsonString
get

The result object as a serialized JSON string.

Returns
The JSON string.
Field [] Fields
get

The fields contained in the result as an array.

Returns
The fields array.
Dictionary<string, Field> FieldsByName
get

The fields contained in the result as a dictionary.

Returns
The fields map.