Star_DZ
(Star DZ)
July 15, 2021, 2:04pm
#1
Hello Guys I hope you are doing okay I need Help in how to add this Json to Web componnant
and show values in labels
{ "results": { "result": { "term": "buckle up", "explanation": "To fasten one's seat belt or safety belt.", "example": "Buckle up every time you drive somewhere in a car, and make sure your passengers buckle up, too." } } }
Star_DZ:
{ “results”: { “result”: { “term”: “buckle up”, “explanation”: “To fasten one’s seat belt or safety belt.”, “example”: “Buckle up every time you drive somewhere in a car, and make sure your passengers buckle up, too.” } } }
could you please elaborate
like which values do you need
Star_DZ
(Star DZ)
July 15, 2021, 2:08pm
#3
I need to put (term,explanation,example) values in 3 labels
1 Like
.JSON File - How I understood It
What is Json? (Collected from W3Schools )
-JSON stands for JavaScript Object Notation
-JSON is a lightweight format for storing and transporting data
-JSON is often used when data is sent from a server to a web page
-JSON is "self-describing" and easy to understand
My View:
Now a days .JSON is a language which are mostly used in API services, data structures for storing and receiving as well as dor GeoCoding etc.GeoJson is a perfect…
refer to this post I am sure this will help you
Star_DZ
(Star DZ)
July 15, 2021, 2:18pm
#5
I read it but I didn’t get it …anyway I will Try again Thank you very much
1 Like
dora_paz
(Dora)
July 15, 2021, 2:22pm
#6
You could use dictionary blocks
5 Likes
system
(system)
Closed
August 14, 2021, 2:26pm
#8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.