All challenges

JavaScript challenge · Frontend

Simplified JSON Parser

Difficulty

hard

Time

~35m

Format

Single

Grading

Auto-graded

#frontend#javascript#typescript#serialization#recursion
Mission file // read carefullyhard

Implement jsonParse(str) returning the parsed JSON value. You can assume correct syntax, and only need to support numbers, booleans, strings, arrays, and objects.

Build with

TypeScriptJavaScript
Hidden test suite
Auto-graded on submit
Start challenge

Sign in to save your progress.