jsonaut
Preparing search index...
streamToIterable
streamToIterable
Function streamToIterable
streamToIterable
(
stream
:
|
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
,
any
,
any
>
|
Iterable
<
Uint8Array
<
ArrayBufferLike
>
,
any
,
any
>
,
options
?:
{
isMaxDepthReached
?:
(
arg0
:
Path
)
=>
boolean
;
maxDepth
?:
number
;
startingPath
?:
JSONPathType
;
}
,
)
:
StreamSequenceProcessor
Parameters
stream
:
|
AsyncIterable
<
Uint8Array
<
ArrayBufferLike
>
,
any
,
any
>
|
Iterable
<
Uint8Array
<
ArrayBufferLike
>
,
any
,
any
>
Optional
options
:
{
isMaxDepthReached
?:
(
arg0
:
Path
)
=>
boolean
;
maxDepth
?:
number
;
startingPath
?:
JSONPathType
;
}
Optional
isMaxDepthReached
?:
(
arg0
:
Path
)
=>
boolean
Max parsing depth
Optional
maxDepth
?:
number
Max parsing depth
Optional
startingPath
?:
JSONPathType
The parser will consider this path as it is initial (useful to resume)
Returns
StreamSequenceProcessor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jsonaut
Loading...
Max parsing depth