mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-10 15:38:09 -05:00
13 lines
167 B
JSON
13 lines
167 B
JSON
[
|
|
{
|
|
"name": "Jack",
|
|
"age": 27,
|
|
"blog": "http://example.com/jack"
|
|
},
|
|
{
|
|
"name": "John",
|
|
"age": 32,
|
|
"blog": "http://example.com/john"
|
|
}
|
|
]
|