Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
json
record
Function record
record
<
TInto
>
(
from
:
FromJson
<
TInto
>
,
)
:
|
FromJsonWithParser
<
string
,
Record
<
string
,
TInto
>
>
|
FromJsonWithParser
<
number
,
Record
<
string
,
TInto
>
>
|
FromJsonWithParser
<
unknown
,
Record
<
string
,
TInto
>
>
|
ObjectFromJson
<
Record
<
string
,
TInto
>
>
|
FromJsonOptional
<
Record
<
string
,
TInto
>
>
Parse an object record with the given type.
Type Parameters
TInto
Parameters
from
:
FromJson
<
TInto
>
Returns
|
FromJsonWithParser
<
string
,
Record
<
string
,
TInto
>
>
|
FromJsonWithParser
<
number
,
Record
<
string
,
TInto
>
>
|
FromJsonWithParser
<
unknown
,
Record
<
string
,
TInto
>
>
|
ObjectFromJson
<
Record
<
string
,
TInto
>
>
|
FromJsonOptional
<
Record
<
string
,
TInto
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Parse an object record with the given type.