Files
JavaScript-from-Beginner-to…/chapter15/ch15-example-json.json
T
2021-11-19 22:45:48 +01:00

14 lines
262 B
JSON
Executable File

{
"name": "Malika",
"age": 50,
"profession": "programmer",
"languages": ["JavaScript", "C#", "Python"],
"address": {
"street": "Some street",
"number": 123,
"zipcode": "3850AA",
"city": "Utrecht",
"country": "The Netherlands"
}
}