Skip to content

Commit 0250688

Browse files
authored
Update 2025-03-20-tiny-allocationless-json-parser-in-c.md
1 parent f0ab329 commit 0250688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-03-20-tiny-allocationless-json-parser-in-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The [JSON spec](https://www.json.org/json-en.html) specifies that the other valu
7272

7373
## Simpler version
7474

75-
If you don't need to have several JSON files open at the same, so if you don't mind the code being stateful, you can use the [structless branch](https://github.com/MyNameIsTrez/tiny-allocationless-json-parser-in-c/tree/structless):
75+
If you don't need to have several JSON files open at the same, so if you don't mind the code being stateful, you can use the branch called [structless](https://github.com/MyNameIsTrez/tiny-allocationless-json-parser-in-c/tree/structless):
7676

7777
```c
7878
int main() {

0 commit comments

Comments
 (0)