*slaps roof of project* This bad boi can parse so many strings and values. Doesn't use a single variable.
This is a custom block for parsing JSON files. There are more high-end methods you could find, but this will suit most situations. To be clear, I don't intend on anyone using this block. It was just a silly little idea I came up with. I'm thinking about jumping on the whole minimalist/golf programming bandwagon (I.E. no variables, very few blocks, extremely simple pen aesthetic, etc etc etc) Here's the secret: - The first item is an incremental char pointer. - Every item afterwards is just the parsed stuff. - The "variable" is deleted when the program is done. I should probably implement this system in my binary converter.