Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
Parser
Type Alias Parser<TFrom, TInto>
Parser
:
(
inJson
:
TFrom
,
context
?:
string
)
=>
TInto
Conversion from some JSON type into the expected type.
Type Parameters
TFrom
TInto
Type Declaration
(
inJson
:
TFrom
,
context
?:
string
)
:
TInto
Parameters
inJson
:
TFrom
Optional
context
:
string
Returns
TInto
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Conversion from some JSON type into the expected type.