From a20c8238a2446dffddd78cefbfb2849a3b9d9484 Mon Sep 17 00:00:00 2001 From: Abdullah Sharef <38993855+Abdullah104@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:36:29 +0300 Subject: [PATCH] Add Abdullah104 solution for json-parser --- 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 0ce7bc9..f117a91 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -59,3 +59,4 @@ The shared solutions: | 50 | [json-parser-in-php](https://github.com/DanielHemmati/json-parser-in-php) | php | [Daniel Hemmati](https://github.com/DanielHemmati) | | 51 | [challenge-json](https://github.com/blissful-coder/CodingChallenges/tree/main/challenge-json) | C++ | [Anurag Negi](https://github.com/blissful-coder) | | 52 | [json-parser](https://github.com/dphogit/json-parser) | C | [dphogit](https://github.com/dphogit) | +| 53 | [json-parser](https://github.com/Abdullah104/json-parser) | Rust | [Abdullah104](https://github.com/Abdullah104) |