eyalgeron1
(eyal geron)
August 26, 2021, 10:55am
#1
I Know {} Is Dictionary when it’s presented on a label
and i know that () is list
but what is exacly
I Don’t know if it’s really basic but it’s something i can’t understand
what it could be
ofcourse it’s sort of grouping method
but what there’s except Lists And Dictionaries
dora_paz
(Dora)
August 26, 2021, 11:12am
#2
This is a json array , see what Array , Object , String and Value is in
.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…
Also read
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…
1 Like
eyalgeron1
(eyal geron)
August 26, 2021, 11:32am
#3
I still need help
It give me this error:
The operation convert an alist to a dictionary cannot accept the arguments: , [empty-string ]
and this is what i saved into this DB:
LabelLogs is taken the tasks variable
LabelLogs2 is taking only the value
what leaves me with this JSON That gives me error
dora_paz
(Dora)
August 26, 2021, 12:11pm
#4
Can you post a json example ?
eyalgeron1
(eyal geron)
August 26, 2021, 12:26pm
#5
{“0”:[ “1”,“27”,“8”,“2021”,“6”,“0”,[ “1”,“g”,“f”,“e”,“d”,“c”,“b”,“a”]] } that’s what i get from LabelLogs in the previous image i have shared
i try to get to 2021 as value but i can’t find the key
you have said that [] i s a json
dora_paz
(Dora)
August 26, 2021, 12:43pm
#7
This is your json’s structure
system
(system)
Closed
September 25, 2021, 2:03pm
#9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.