How can I get JSON and change in to list
1 Like
depends on your JSON actually.
While most of them can be converted to list by using
some will not.
It is really dependent on the JSON structure you are using.
1 Like
What is properties
1 Like
An object is a collection of variables or properties all held with one name.
For example, I can have an object variable and name it “myCar” this object will have car type, car model, car color,… all these are collected under one name “myCar” which called an object and it is the building block of JSON.
2 Likes
Thanks I know!