Table of Contents

Class JsonReader

Namespace
ThirdParty.Json.LitJson
Assembly
AWSSDK.Core.dll
public class JsonReader
Inheritance
JsonReader
Inherited Members

Constructors

JsonReader(TextReader)

public JsonReader(TextReader reader)

Parameters

reader TextReader

JsonReader(string)

public JsonReader(string json_text)

Parameters

json_text string

Properties

AllowComments

public bool AllowComments { get; set; }

Property Value

bool

AllowSingleQuotedStrings

public bool AllowSingleQuotedStrings { get; set; }

Property Value

bool

EndOfInput

public bool EndOfInput { get; }

Property Value

bool

EndOfJson

public bool EndOfJson { get; }

Property Value

bool

Token

public JsonToken Token { get; }

Property Value

JsonToken

Value

public object Value { get; }

Property Value

object

Methods

Close()

public void Close()

Read()

public bool Read()

Returns

bool