Files
java-tutorials/raml/introduction/1.0/examples/Foos.json
T

10 lines
91 B
JSON
Raw Normal View History

2016-01-14 08:51:57 -06:00
[
{
"id" : 1,
"name" : "First Foo"
},
{
"id" : 2,
"name" : "Second Foo"
}
]