java-tutorials/raml/introduction/0.8/foos-example.json
2019-09-09 10:57:44 +02:00

10 lines
91 B
JSON

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