Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
json
map
Function map
map
<
TKey
,
TValue
>
(
K
:
FromJson
<
TKey
>
,
V
:
FromJson
<
TValue
>
,
)
:
|
FromJsonWithParser
<
string
,
Map
<
TKey
,
TValue
>
>
|
FromJsonWithParser
<
number
,
Map
<
TKey
,
TValue
>
>
|
FromJsonWithParser
<
unknown
,
Map
<
TKey
,
TValue
>
>
|
ObjectFromJson
<
Map
<
TKey
,
TValue
>
>
|
FromJsonOptional
<
Map
<
TKey
,
TValue
>
>
Parse a map with the given type.
Type Parameters
TKey
TValue
Parameters
K
:
FromJson
<
TKey
>
V
:
FromJson
<
TValue
>
Returns
|
FromJsonWithParser
<
string
,
Map
<
TKey
,
TValue
>
>
|
FromJsonWithParser
<
number
,
Map
<
TKey
,
TValue
>
>
|
FromJsonWithParser
<
unknown
,
Map
<
TKey
,
TValue
>
>
|
ObjectFromJson
<
Map
<
TKey
,
TValue
>
>
|
FromJsonOptional
<
Map
<
TKey
,
TValue
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Parse a map with the given type.