Created
March 8, 2020 19:54
-
-
Save abstractalgo/c4204e0bebc0d6d6de021a6322383d3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"block1": { | |
"name": "Prvi blok", | |
"desc": "Ovo je prvi blok i on je najbolji." | |
}, | |
"block2": { | |
"name": "Drugi blok", | |
"desc": "Ovaj blok je malo manje bitan" | |
}, | |
"block3": { | |
"name": "Treci blok", | |
"desc": "Ovo je blok 'treca sreca'" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment