Hello,
I encounter a problem with a value, I want to retrieve the value of the “name-EUfr” key, what should I do? second problem, I have several “name-EUfr” key but I want to retrieve a value, by a value.
Thank you in advance,
Rogerio_Rios
(Professional Support)
March 13, 2021, 7:04pm
#2
Read about objects , arrays and keys
Recently Kodular has removed the Json component but has added the Dictionaries.
The Dictionaries can be used to obtain data from a Json in a simple way.
Using the dictionaries you don’t need to use any Json extension.
First of all, dictionaries are not a component. That’s why you won’t find it in the Designer.
You will find it in the block section:
[imagen]
In this example we are going to obtain the data from the Api newsapi.org
The idea is to get something like this:
[Tutorial Json Ap…
.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…
1 Like
Thank you very much for your answer.
system
(system)
Closed
April 12, 2021, 8:36pm
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.