java-tutorials/restx/data/users.json

4 lines
79 B
JSON
Raw Normal View History

2018-10-28 14:17:00 -04:00
[
{"name":"user1", "roles": ["hello"]},
{"name":"user2", "roles": []}
]