We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e8c8 commit 6f2b031Copy full SHA for 6f2b031
README.md
@@ -84,7 +84,7 @@ Optionally, specify the expected root node type to narrow down the result:
84
```ts
85
import {JsonParser, JsonObjectNode} from '@croct/json5-parser';
86
87
-const node = JsonParser.parse<JsonObjectNode>(
+const node = JsonParser.parse(
88
`{
89
// Comment
90
"name": "John Doe",
0 commit comments