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

4 lines
79 B
JSON
Raw Normal View History

2019-10-20 20:00:20 +05:30
[
{"name":"user1", "roles": ["hello"]},
{"name":"user2", "roles": []}
]