java-tutorials/raml/introduction/0.8/foos-example.json
2016-01-14 08:51:57 -06:00

10 lines
91 B
JSON

[
{
"id" : 1,
"name" : "First Foo"
},
{
"id" : 2,
"name" : "Second Foo"
}
]