Files
java-tutorials/restx/data/users.json
T

4 lines
79 B
JSON
Raw Normal View History

2019-09-09 10:57:44 +02:00
[
{"name":"user1", "roles": ["hello"]},
{"name":"user2", "roles": []}
]