You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a monorepo for the `@formkit/jsonreader` package and its documentation site.
4
6
5
7
## About jsonreader
6
8
7
-
`jsonreader` is a specialized utility for processing JSON data from streams in real-time. Unlike traditional JSON parsers that require the entire payload before processing, `jsonreader` allows you to:
9
+
`@formkit/jsonreader` is a specialized utility for processing JSON data from streams in real-time. Unlike traditional JSON parsers that require the entire payload before processing, `@formkit/jsonreader` allows you to:
8
10
9
11
- Process JSON progressively as it arrives from a stream
10
12
- Extract specific properties as soon as they become available
@@ -35,7 +37,7 @@ Each commercial project requires a separate license. See the [documentation](htt
@@ -184,7 +186,7 @@ async function processFileUpload(fileUploadResponse) {
184
186
185
187
## How It Works
186
188
187
-
The `jsonreader` utility parses JSON data character by character as it arrives from a stream. It builds up a syntactically valid JSON structure as data comes in, closing any unclosed objects or arrays to create valid partial representations.
189
+
The `@formkit/jsonreader` utility parses JSON data character by character as it arrives from a stream. It builds up a syntactically valid JSON structure as data comes in, closing any unclosed objects or arrays to create valid partial representations.
0 commit comments