Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
json
optional
Function optional
optional
<
T
>
(
from
:
FromJson
<
T
>
)
:
FromJson
<
T
|
undefined
>
Handle a potentially optional value. Can be either
undefined
or
null
in JSON.
Type Parameters
T
Parameters
from
:
FromJson
<
T
>
Returns
FromJson
<
T
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Handle a potentially optional value. Can be either
undefinedornullin JSON.