How do i get all ages on json + extension json to dictionary?

Im trying get all ages, for example, how do i get ?

{
	"names": [
		{
			"name": "Peter",
			"age": 30
		},
		{
			"name": "John",
			"age": 27
		},
		{
			"name": "Luke",
			"age": 34
		}
	]
}

i would like to get 30 27 34…

here getting this…
4321

if you know…share with me please, soo thank you!!

Try this.

image

1 Like

Great, totally ok …thank you!!

now…

1 Like

A much simplier way, for learning …

3 Likes

Im trying this code…


and now getting this…3 links

54321

but…when i use “select list iten list index” - Select list item: Attempt to get item number 1 of a list of length 0…

but if i put to count “length of list” - 3…
654321

i need to convert something ? soo thank you…

Post your json and describe what you want to achieve

Im trying archive , a list of titles, photos (urls), in a unic cell on baseroll…

this code send to baseroll the lines of json

i need upload the urls and title…but for now im trying archive the urls first…

json on baseroll -

{"Foto":"https:\/\/res.cloudinary.com\/gcreative\/image\/upload\/v1658031613\/hbsrbib53e8hjwy9eukd.jpg"}, {"Foto":"https:\/\/res.cloudinary.com\/gcreative\/image\/upload\/v1658031621\/jex3oqo6uqjaizbugypo.jpg"}, {"Foto":"https:\/\/res.cloudinary.com\/gcreative\/image\/upload\/v1658031627\/hslaboh6uvarwk4fxitg.jpg"},

i ill put on account , the user can delete the photos…etc…im trying

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.