Files
java-tutorials/raml/annotations/examples/Bars.json
T

19 lines
240 B
JSON
Raw Normal View History

2019-10-20 20:00:20 +05:30
[
{
"id" : 1,
"name" : "First Bar",
"city" : "Austin",
"fooId" : 2
},
{
"id" : 2,
"name" : "Second Bar",
"city" : "Dallas",
"fooId" : 1
},
{
"id" : 3,
"name" : "Third Bar",
"fooId" : 2
}
]