@aracna/core - v1.5.0
Preparing search index...
decodeJSON
Function decodeJSON
decodeJSON
<
T
extends
object
>
(
text
:
string
,
options
?:
DecodeJsonOptions
,
)
:
Error
|
T
Type Parameters
T
extends
object
Parameters
text
:
string
Optional
options
:
DecodeJsonOptions
Returns
Error
|
T
decodeJSON
<
T
extends
object
>
(
text
:
string
,
options
:
DecodeJsonOptions
|
undefined
,
fallback
:
T
,
)
:
T
Type Parameters
T
extends
object
Parameters
text
:
string
options
:
DecodeJsonOptions
|
undefined
fallback
:
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@aracna/core - v1.5.0
Loading...