Display and access JSON objects and list formats

Pull in the Web component, and look for its block that decodes JSON into a dictionary.

Work your way inside step by step into separate global variables, to help debug using Do It.

Don't try to parse it in one big gulp the first time. You will choke.

P.S. for {} levels, you will need dict key lookup.
For levels, you will need list select item number lookup.

1 Like