1
0
Fork 0
python-aristaproto/tests/inputs/repeatedmessage/repeatedmessage.json

11 lines
99 B
JSON
Raw Normal View History

{
"greetings": [
{
"greeting": "hello"
},
{
"greeting": "hi"
}
]
}