From 7ee871eeb2beeb8a1cbf33f2e94ad91ad5b5b908 Mon Sep 17 00:00:00 2001 From: anish-pice Date: Sat, 9 Mar 2024 12:10:10 +0530 Subject: [PATCH] :art: Does not pass test cases --- Solutions/challenge-json-parser.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Solutions/challenge-json-parser.md b/Solutions/challenge-json-parser.md index f4c92a34..45ed28c3 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -29,4 +29,3 @@ The shared solutions: | 20 | [rjsonp](https://github.com/shellmonk/rjsonp) | Raku | [ShellMonk](https://shellmonk.io/posts/monk-coding-challenge-2-json-parser-in-raku/) | | 21 | [json-parser](https://github.com/sanjanarjn/json-parser) | Java | [Sanjana Rajan](https://github.com/sanjanarjn) | | 22 | [json-parser](https://github.com/lwcarani/json-parser) | Python | [Luke Carani](https://github.com/lwcarani) | -| 23 | [json-parser](https://github.com/pasDamola/json-parser) | Go | [oyindamola](https://github.com/pasDamola) |