From c1de625d14519e888d31c4ab69c432a49e94c760 Mon Sep 17 00:00:00 2001 From: Julian Salazar Date: Tue, 17 Mar 2026 20:20:08 -0500 Subject: [PATCH] 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 0ce7bc91..5015627f 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/JulianSalazarD/CodingChallenges/tree/main/02.JsonParser/jparser) | Rust | [JulianSalazarD](https://github.com/JulianSalazarD) |