uristorage
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
IJSONArray
IJSONObject
IJSONReplacer
IJSONReviver
IJSONValue
Index
Type aliases
IJSONArray
IJSONObject
IJSONReplacer
IJSONReviver
IJSONValue
Type aliases
IJSONArray
IJSONArray
:
IJSONValue
[]
IJSONObject
IJSONObject
:
{}
Type declaration
[
key:
string
]:
IJSONValue
IJSONReplacer
IJSONReplacer
:
(
this
:
any
, key
:
string
, value
:
any
)
=>
any
Type declaration
(
this
:
any
, key
:
string
, value
:
any
)
:
any
Parameters
this:
any
key:
string
value:
any
Returns
any
IJSONReviver
IJSONReviver
:
(
this
:
any
, key
:
string
, value
:
any
)
=>
any
Type declaration
(
this
:
any
, key
:
string
, value
:
any
)
:
any
Parameters
this:
any
key:
string
value:
any
Returns
any
IJSONValue
IJSONValue
:
boolean
|
null
|
number
|
object
|
string
|
undefined
|
IJSONArray
|
IJSONObject
Generated using
TypeDoc