java-tutorials/raml/introduction/0.8/foos-example.json
2017-11-17 21:24:47 -03:00

10 lines
91 B
JSON
Executable File

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