Implement a JSON parser (or JSON validator) that handles the following element types: - number: non-negative integer, leading zeros allowed (e.g., '004' → 4) - string: surrounded by double quotes; \" escapes a quote inside the string, \\ escapes a backslash; other escape sequences are invalid - array: a […