10 lines
99 B
JSON
10 lines
99 B
JSON
{
|
|
"greetings": [
|
|
{
|
|
"greeting": "hello"
|
|
},
|
|
{
|
|
"greeting": "hi"
|
|
}
|
|
]
|
|
}
|