How to detect if json array is list?

How to detect if [1, 2, 3] or "q", "w", "e" is list or not?

How ?
Did You Read Text Blocks ?

["q", "w", "e"] is list and "a" is not list. How to detect if it is a list?

image

1 Like

No it isn’t work.

Try using web component

6 Likes

Ok. I’ll try it