@eagleoutice/flowr - v2.15.8
Preparing search index...
src/util/json
superBigJsonStringify
Function superBigJsonStringify
superBigJsonStringify
(
obj
:
unknown
,
end
:
string
,
send
:
(
s
:
string
)
=>
void
,
)
:
void
Stringifies potentially very large objects to JSON, sending chunks to the provided send function.
Parameters
obj
:
unknown
end
:
string
send
:
(
s
:
string
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Stringifies potentially very large objects to JSON, sending chunks to the provided send function.