Files
java-tutorials/raml/introduction/0.8/foos-example.json
T
2019-09-14 19:37:32 +02:00

10 lines
91 B
JSON

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