Last active
October 25, 2016 09:47
-
-
Save kalinchernev/1abcfb86777c88d1bbd086ea161935d0 to your computer and use it in GitHub Desktop.
Example json data interpolation of http://www.mon.bg/?h=downloadFile&fileId=9077
This file contains hidden or 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
{ | |
"data": [ | |
{ | |
"name": "Учебни програми за II клас", | |
"class": 2, | |
"goals": [ | |
"Mathematics": [ | |
"Числа": ["Познава естествените числа до 100.", "Познава принципа за построяване на редицата на числата до 100.", "Извършва аритметичните действия събиране и изваждане с числата до 100."], | |
"Геометрични фигури и тела": ["Познава геометричните фигури триъгълник, правоъгълник и квадрат и елементите им.", "Определя вида на триъгълник според страните."] | |
] | |
], | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment