Credit to @jvvg for the original parser, it’s quite genius! Press the green flag, then type in a valid JSON string. This will parse it and visualize it for you. Drag with your mouse (hold down then move cursor) to move canvas around. Things I did: - Slightly optimized so that doesn’t draw things offscreen, with longer strings. - Changed the font to monogram by datagoblin on itch.io. - Color coded with @-Rex-Test-’s RGBA stamping (https://scratch.mit.edu/projects/623945749/), really looks like an actual editor :) - Added scrolling for longer visuals. - When you hover over a character, the highlighted value around it turns white - Added index count on the left - Removes extra spaces from imported JSON (that was one of the problems that messed up the original parser) - Fixed numbers so that e+ and e- count - Notifies you when your JSON is invalid. - Added simple error correcttion for things like an extra { or }. - Drag the canvas around with mouse I like using this to see the outputs of my sb3 runner (https://scratch.mit.edu/projects/1350183615 ), and the scratch api (https://api.scratch.mit.edu/users/griffpatch/followers )