Rogerio_Rios
(Professional Support)
October 12, 2021, 2:59am
15
Each Json has a format, according to what needs to be shown.
And so, the Kodular blocks will also be different, according to what is needed.
So, you need to read what Json is about.
The above solution will not work for all results in Json
.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…
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A…
1 Like