mirror of
https://github.com/mgerb/mywebsite
synced 2026-03-06 00:05:24 +00:00
10 lines
119 B
JSON
10 lines
119 B
JSON
{
|
|
"hello": "World",
|
|
"I am": ["the utile module"],
|
|
"thisMakesMe": {
|
|
"really": 1337,
|
|
"right?": true
|
|
}
|
|
}
|
|
|