Haivaan
(HAIVAAN)
December 24, 2020, 4:34pm
#1
I have read the documentation and also tried searching on YouTube. But I am unable to understand the practical usage of these blocks. Please guide me through this.
See this guide:
0 β Basics
0.1 β What Is Dictionary
Dictionary is actually object JSON. Therefore, you have to know the basics of JSON. It is a way to store information in an organized, easy-to-access manner. It is formed with a key, and a value. It is called a pair. It uses a key to call the value. If you still donβt understand, search on Google for more information.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
Colon is between the key and the value. Cβ¦
Consider searching the community, too
3 Likes