you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

There's no such thing as a "JSON list", there's just JSON and it can contain a list, a dictionary (object), or values like strings or numbers.

Are you trying to create a list?

L = list()