JsonReader Class

Namespace
LitJson
Base Types
  • object
graph TD Base0["object"]-->Type Type["JsonReader"] class Type type-node

Syntax

public class JsonReader

Constructors

Properties

Name Value Summary
AllowComments bool
AllowSingleQuotedStrings bool
EndOfInput bool
EndOfJson bool
SkipNonMembers bool
Token JsonToken
Value object

Methods

Name Value Summary
Close() void
Read() bool