Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
json_parser
json
array
Function array
array
<
TInto
>
(
from
:
FromJson
<
TInto
>
,
)
:
[
"array"
,
FromJson
<
TInto
>
|
Parser
<
unknown
,
TInto
[]
>
]
Expect an array of given type in JSON.
Type Parameters
TInto
Parameters
from
:
FromJson
<
TInto
>
Returns
[
"array"
,
FromJson
<
TInto
>
|
Parser
<
unknown
,
TInto
[]
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Expect an array of given type in JSON.