Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const blob = await new Response(stream).blob();
```

> [!TIP]
> `JSONTextDecoderStream` supports Token-level processing only. If you need to replace values that
> `JSONTextDecoderStream` supports token-level processing only. If you need to replace values that
> may be nested inside objects or arrays, you will need to use `JSONTextDecoder` directly.

## License
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcweden/jsontext",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"tasks": {
"bench": "deno bench --allow-all",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsontext",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"description": "State machine for incremental JSON processing.",
"keywords": ["json", "stream"],
Expand Down