Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
json
object
Function object
object
<
TFrom
,
TInto
=
TFrom
>
(
from
:
FromJson
<
TFrom
>
,
builder
:
Builder
<
TFrom
,
TInto
>
,
)
:
FromJsonWithParser
<
unknown
,
TInto
>
Parse an object and create a class instance of given type using
builder
function.
Type Parameters
TFrom
TInto
=
TFrom
Parameters
from
:
FromJson
<
TFrom
>
builder
:
Builder
<
TFrom
,
TInto
>
Returns
FromJsonWithParser
<
unknown
,
TInto
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Parse an object and create a class instance of given type using
builderfunction.