Files
java-tutorials/raml/annotations/examples/Foos.json
T
Krzysztof Majewski 3453b7a18b BAEL-2513
2019-10-30 13:51:17 +01:00

16 lines
202 B
JSON

[
{
"id" : 1,
"name" : "First Foo",
"ownerName" : "Jack Robinson"
},
{
"id" : 2,
"name" : "Second Foo"
},
{
"id" : 3,
"name" : "Third Foo",
"ownerName" : "Chuck Norris"
}
]