0

how to get element value from json string?

Hello, I am looking to get value of place from below shown jsonstring.

 

jsonstring := {"items":[{"number":1,"place":"Germany"}]}

 

I tried with this code but, it is not showing any output.

let place_name := jsonstring.items.place

Reply

null

Content aside

  • 2 yrs agoLast active
  • 214Views