13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"words":[
|
|
{
|
|
"word":"golang",
|
|
"description":"Самый потрясающий язык на свете"
|
|
},
|
|
{
|
|
"word":"python",
|
|
"description":"язык для ML"
|
|
}
|
|
]
|
|
}
|