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

16 lines
202 B
JSON
Raw Normal View History

2016-02-17 11:38:29 -06:00
[
{
"id" : 1,
"name" : "First Foo",
"ownerName" : "Jack Robinson"
},
{
"id" : 2,
"name" : "Second Foo"
},
{
"id" : 3,
"name" : "Third Foo",
"ownerName" : "Chuck Norris"
}
]