java-tutorials/raml/modularization/examples/Bar.json

6 lines
74 B
JSON
Raw Normal View History

2019-10-30 18:09:06 -04:00
{
"id" : 1,
"name" : "First Bar",
"city" : "Austin",
"fooId" : 2
}