From 04e9a3389d7a1db5e07cee2bb501bc7f9bb26afa Mon Sep 17 00:00:00 2001 From: Priyansh Sao Date: Fri, 12 Jun 2026 11:29:22 +0530 Subject: [PATCH] feat: add solution for json parser Signed-off-by: Priyansh Sao --- 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 7f7ad6e..275dd9b 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -65,3 +65,4 @@ The shared solutions: | 48 | [json_parser](https://github.com/assaidy/json_parser) | ODIN | [Ahmad Assaidy](https://github.com/assaidy) | | 50 | [json-parser-in-php](https://github.com/DanielHemmati/json-parser-in-php) | php | [Daniel Hemmati](https://github.com/DanielHemmati) | | 52 | [json-parser](https://github.com/dphogit/json-parser) | C | [dphogit](https://github.com/dphogit) | +| 57 | [json-parser](https://github.com/priyanshsao/coding-challenges-go/tree/main/challenge-02) | Go | [priyanshsao](https://github.com/priyanshsao) | \ No newline at end of file