Files
java-tutorials/restx/data/users.json
T
2019-10-27 19:47:01 +05:30

4 lines
79 B
JSON

[
{"name":"user1", "roles": ["hello"]},
{"name":"user2", "roles": []}
]