30-Days-Of-Python/files/json_example.json
2019-12-07 23:30:12 +02:00

10 lines
154 B
JSON

{
"name": "Asabeneh",
"country": "Finland",
"city": "Helsinki",
"skills": [
"JavaScrip",
"React",
"Python"
]
}