@pleisto/active-support
Preparing search index...
safeJsonParse
Variable safeJsonParse
Const
safeJsonParse
:
(
...
args
:
[
text
:
string
,
reviver
?:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
,
]
,
)
=>
Result
<
any
,
unknown
>
= ...
JSON Parser with result wrapper
Type declaration
(
...
args
:
[
text
:
string
,
reviver
?:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
,
]
,
)
:
Result
<
any
,
unknown
>
Parameters
...
args
:
[
text
:
string
,
reviver
?:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
]
Returns
Result
<
any
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
JSON Parser with result wrapper