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) |