diff --git a/Solutions/challenge-json-parser.md b/Solutions/challenge-json-parser.md index 18d7fb2..5589373 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -60,3 +60,4 @@ The shared solutions: | 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 | [cuneiform](https://github.com/abeni-al7/cuneiform) | Go | [abeni-al7](https://github.com/abeni-al7) | +| 54 | [cc-json-parser-cpp](https://github.com/CagesThrottleUs/cc-json-parser-cpp) | C++ | [CagesThrottleUs](https://github.com/CagesThrottleUs/) |