Search
Preparing search index...
The search index is not available
Kryo
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"readers/json"
JsonReader
Class JsonReader
Hierarchy
JsonReader
Implements
Reader
<
string
>
Index
Constructors
constructor
Properties
trust
Input
value
Reader
Methods
read
Any
read
Boolean
read
Bytes
read
Date
read
Document
read
Float64
read
List
read
Map
read
Null
read
String
Constructors
constructor
new
Json
Reader
(
trust
?:
undefined
|
false
|
true
)
:
JsonReader
Parameters
Optional
trust:
undefined
|
false
|
true
Returns
JsonReader
Properties
Optional
trust
Input
trust
Input
:
boolean
|
undefined
Private
value
Reader
value
Reader
:
JsonValueReader
Methods
read
Any
read
Any<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
Boolean
read
Boolean<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
Bytes
read
Bytes<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
Date
read
Date<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
Document
read
Document<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Float64
read
Float64<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
List
read
List<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Map
read
Map<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Null
read
Null<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
read
String
read
String<R>
(
raw
:
string
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
string
visitor:
ReadVisitor
<
R
>
Returns
R
Globals
"readers/json"
Json
Reader
constructor
trust
Input
value
Reader
read
Any
read
Boolean
read
Bytes
read
Date
read
Document
read
Float64
read
List
read
Map
read
Null
read
String
Generated using
TypeDoc