Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Kiwi
Json
Conversion
JsonStringParser
C# Class Kiwi.Json.Conversion.JsonStringParser
Inheritance:
AbstractJsonParser
Exibir arquivo
Open project: jlarsson/Kiwi.Json
Class Usage Examples
Public Methods
Method
Description
JsonStringParser
(
string
json
)
Protected Methods
Method
Description
Peek
( ) :
int
Read
( ) :
int
SkipWhitespace
( ) :
void
Method Details
JsonStringParser()
public
method
public
JsonStringParser
(
string
json
)
json
string
Peek()
protected
method
protected
Peek
( ) :
int
return
int
Read()
protected
method
protected
Read
( ) :
int
return
int
SkipWhitespace()
protected
method
protected
SkipWhitespace
( ) :
void
return
void