Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 26 additions & 25 deletions Solutions/challenge-json-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,30 @@ The Challenge: [Write your own JSON Parser](https://codingchallenges.fyi/challen

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Write your own JSON parser](https://github.com/jainmohit2001/coding-challenges/blob/master/src/2) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
| 2 | [json-parser-ts](https://github.com/ogzhanolguncu/json-parser-ts) | TypeScript | [ogzhanolguncu](https://github.com/ogzhanolguncu) |
| 3 | [Write your own JSON Parser](https://github.com/lolo8304/coding-challenge/tree/main/no-2) | Java | [lolo8304 ](https://github.com/lolo8304) |
| 4 | [JSON Parser](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/JSON-Parser/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) |
| 5 | [myJsonParser](https://github.com/ebrahim-s-ebrahim/myJsonParser) | C# | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) |
| 6 | [json_parser](https://github.com/jengori/json_parser) | Python | [jengori](https://github.com/jengori) |
| 7 | [json-parser](https://github.com/neutrinoks/CodingChallenge/tree/main/json-parser) | Rust | [neutrinoks](https://github.com/neutrinoks) |
| 8 | [JSON-parser](https://github.com/Ramzi-Abidi/JSON-parser) | JavaScript | [Ramzi-Abidi](https://github.com/Ramzi-Abidi) |
| 9 | [json-parser](https://github.com/dhruvSHA256/json-parser) | Haskell | [dhruvSHA256](https://github.com/dhruvSHA256) |
| 10 | [json-parser](https://github.com/Perchinka/ownJSON) | Rust | [Perchinka](https://github.com/Perchinka/) |
| 11 | [json-parser](https://github.com/alfinwijaya/json-parser) | Python | [alfinwijaya](https://github.com/alfinwijaya) |
| 12 | [json-parser](https://github.com/indierusty/json-parser) | Rust | [indierusty](https://github.com/indierusty) |
| 13 | [jsonparsergo](https://github.com/oyekanmiayo/jsonparsego) | Go | [oyekanmiayo](https://github.com/oyekanmiayo) |
| 14 | [ccjson](https://github.com/epps/ccjson) | Go | [epps](https://github.com/epps) |
| 15 | [json-parser](https://gitlab.com/bzai-public/codingchallenge-json-parser) | Scala | [binghao](https://gitlab.com/bzai-public) |
| 16 | [JSONParser](https://github.com/VibhinnS/JSONParser.git) | Python | [VibhinnS](https://github.com/VibhinnS) |
| 17 | [json-parser](https://github.com/izebit/coding-challenges/tree/master/2-json-parser) | Haskell | [Artem Konovalov](https://github.com/izebit) |
| 18 | [JSON Parser](https://github.com/eliasm307/coding-challenges/tree/main/packages/json-parser) | Typescript | [eliasm307](https://github.com/eliasm307) |
| 18 | [JSON Parser](https://github.com/Ramzi-Abidi/JSON-parser) | Javascript | [Ramzi Abidi](https://github.com/Ramzi-Abidi) |
| 19 | [json-parser](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/json-parser) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) |
| No. | Solution | Language | Author |
|-----|----------|----------|--------------------------------------------------------------------------------------|
| 1 | [Write your own JSON parser](https://github.com/jainmohit2001/coding-challenges/blob/master/src/2) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
| 2 | [json-parser-ts](https://github.com/ogzhanolguncu/json-parser-ts) | TypeScript | [ogzhanolguncu](https://github.com/ogzhanolguncu) |
| 3 | [Write your own JSON Parser](https://github.com/lolo8304/coding-challenge/tree/main/no-2) | Java | [lolo8304 ](https://github.com/lolo8304) |
| 4 | [JSON Parser](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/JSON-Parser/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) |
| 5 | [myJsonParser](https://github.com/ebrahim-s-ebrahim/myJsonParser) | C# | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) |
| 6 | [json_parser](https://github.com/jengori/json_parser) | Python | [jengori](https://github.com/jengori) |
| 7 | [json-parser](https://github.com/neutrinoks/CodingChallenge/tree/main/json-parser) | Rust | [neutrinoks](https://github.com/neutrinoks) |
| 8 | [JSON-parser](https://github.com/Ramzi-Abidi/JSON-parser) | JavaScript | [Ramzi-Abidi](https://github.com/Ramzi-Abidi) |
| 9 | [json-parser](https://github.com/dhruvSHA256/json-parser) | Haskell | [dhruvSHA256](https://github.com/dhruvSHA256) |
| 10 | [json-parser](https://github.com/Perchinka/ownJSON) | Rust | [Perchinka](https://github.com/Perchinka/) |
| 11 | [json-parser](https://github.com/alfinwijaya/json-parser) | Python | [alfinwijaya](https://github.com/alfinwijaya) |
| 12 | [json-parser](https://github.com/indierusty/json-parser) | Rust | [indierusty](https://github.com/indierusty) |
| 13 | [jsonparsergo](https://github.com/oyekanmiayo/jsonparsego) | Go | [oyekanmiayo](https://github.com/oyekanmiayo) |
| 14 | [ccjson](https://github.com/epps/ccjson) | Go | [epps](https://github.com/epps) |
| 15 | [json-parser](https://gitlab.com/bzai-public/codingchallenge-json-parser) | Scala | [binghao](https://gitlab.com/bzai-public) |
| 16 | [JSONParser](https://github.com/VibhinnS/JSONParser.git) | Python | [VibhinnS](https://github.com/VibhinnS) |
| 17 | [json-parser](https://github.com/izebit/coding-challenges/tree/master/2-json-parser) | Haskell | [Artem Konovalov](https://github.com/izebit) |
| 18 | [JSON Parser](https://github.com/eliasm307/coding-challenges/tree/main/packages/json-parser) | Typescript | [eliasm307](https://github.com/eliasm307) |
| 18 | [JSON Parser](https://github.com/Ramzi-Abidi/JSON-parser) | Javascript | [Ramzi Abidi](https://github.com/Ramzi-Abidi) |
| 19 | [json-parser](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/json-parser) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) |
| 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) |
| 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) |
| 24 | [json-parser](https://github.com/lurldgbodex/Projects/tree/main/JsonParser) | Java | [lurldgbodex](https://github.com/lurldgbodex) |