From ea42392272bf13fccddce6f95c0f8aac4f29852b Mon Sep 17 00:00:00 2001 From: abeni-al7 Date: Sat, 21 Mar 2026 15:24:56 +0300 Subject: [PATCH] [content] Add submission for json parser challenge --- Solutions/challenge-json-parser.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-json-parser.md b/Solutions/challenge-json-parser.md index c4d3c2f0..13078f2f 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -57,3 +57,4 @@ The shared solutions: | 48 | [json_parser](https://github.com/assaidy/json_parser) | ODIN | [Ahmad Assaidy](https://github.com/assaidy) | | 49 | [jpTool](https://github.com/lizardkingLK/coding-challenges/tree/main/jpTool) | C# | [lizardkingLK](https://github.com/lizardkingLK) | | 50 | [json-parser-in-php](https://github.com/DanielHemmati/json-parser-in-php) | php | [Daniel Hemmati](https://github.com/DanielHemmati) | +| 51 | [cuneiform](https://github.com/abeni-al7/cuneiform) | Go | [abeni-al7](https://github.com/abeni-al7) |