Files
java-tutorials/raml/modularization/examples/Foos.json
T
2019-11-01 00:35:30 +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"
}
]