JsonTokenizer

Overview

Location

 

constructor (String)

 

constructor(aJson: String)

 

JsonTokenizer(String aJson)

 

init(_ aJson: String)

 

JsonTokenizer(String aJson)

 

Sub New(aJson As String)

Parameters:

  • aJson:

constructor (String, Boolean)

 

constructor(aJson: String; SkipWhitespaces: Boolean)

 

JsonTokenizer(String aJson, Boolean SkipWhitespaces)

 

init(_ aJson: String, _ SkipWhitespaces: Boolean)

 

JsonTokenizer(String aJson, Boolean SkipWhitespaces)

 

Sub New(aJson As String, SkipWhitespaces As Boolean)

Parameters:

  • aJson:
  • SkipWhitespaces:

Column

 

property Column: Int32 read;

 

Int32 Column { get; }

 

var Column: Int32 { get{} }

 

Int32 Column { __get; }

 

ReadOnly Property Column() As Int32

IgnoreWhitespaces

 

property IgnoreWhitespaces: Boolean read;

 

Boolean IgnoreWhitespaces { get; }

 

var IgnoreWhitespaces: Boolean { get{} }

 

Boolean IgnoreWhitespaces { __get; }

 

ReadOnly Property IgnoreWhitespaces() As Boolean

Json

 

property Json: String read;

 

String Json { get; }

 

var Json: String { get{} }

 

String Json { __get; }

 

ReadOnly Property Json() As String

 

method Next: Boolean

 

Boolean Next()

 

func Next() -> Boolean

 

Boolean Next()

 

Function Next() As Boolean

Row

 

property Row: Int32 read;

 

Int32 Row { get; }

 

var Row: Int32 { get{} }

 

Int32 Row { __get; }

 

ReadOnly Property Row() As Int32

Token

 

property Token: JsonTokenKind read;

 

JsonTokenKind Token { get; }

 

var Token: JsonTokenKind { get{} }

 

JsonTokenKind Token { __get; }

 

ReadOnly Property Token() As JsonTokenKind

Value

 

property Value: String read;

 

String Value { get; }

 

var Value: String { get{} }

 

String Value { __get; }

 

ReadOnly Property Value() As String

 

Column

 

property Column: Int32 read;

 

Int32 Column { get; }

 

var Column: Int32 { get{} }

 

Int32 Column { __get; }

 

ReadOnly Property Column() As Int32

IgnoreWhitespaces

 

property IgnoreWhitespaces: Boolean read;

 

Boolean IgnoreWhitespaces { get; }

 

var IgnoreWhitespaces: Boolean { get{} }

 

Boolean IgnoreWhitespaces { __get; }

 

ReadOnly Property IgnoreWhitespaces() As Boolean

Json

 

property Json: String read;

 

String Json { get; }

 

var Json: String { get{} }

 

String Json { __get; }

 

ReadOnly Property Json() As String

Row

 

property Row: Int32 read;

 

Int32 Row { get; }

 

var Row: Int32 { get{} }

 

Int32 Row { __get; }

 

ReadOnly Property Row() As Int32

Token

 

property Token: JsonTokenKind read;

 

JsonTokenKind Token { get; }

 

var Token: JsonTokenKind { get{} }

 

JsonTokenKind Token { __get; }

 

ReadOnly Property Token() As JsonTokenKind

Value

 

property Value: String read;

 

String Value { get; }

 

var Value: String { get{} }

 

String Value { __get; }

 

ReadOnly Property Value() As String

 

constructor (String)

 

constructor(aJson: String)

 

JsonTokenizer(String aJson)

 

init(_ aJson: String)

 

JsonTokenizer(String aJson)

 

Sub New(aJson As String)

Parameters:

  • aJson:

constructor (String, Boolean)

 

constructor(aJson: String; SkipWhitespaces: Boolean)

 

JsonTokenizer(String aJson, Boolean SkipWhitespaces)

 

init(_ aJson: String, _ SkipWhitespaces: Boolean)

 

JsonTokenizer(String aJson, Boolean SkipWhitespaces)

 

Sub New(aJson As String, SkipWhitespaces As Boolean)

Parameters:

  • aJson:
  • SkipWhitespaces:

 

method Next: Boolean

 

Boolean Next()

 

func Next() -> Boolean

 

Boolean Next()

 

Function Next() As Boolean