This simple web app retrieves and displays randomly generated data kindly provided by RandomUser.me.
If you want to see the app's insides, check out its GitHub repository.
Technical notes
When id is specified among the properties to be retrieved, some user IDs returned by RandomUser.me are empty/null:
id: {name: "", value: null}
In Data Viewer, each empty name is displayed as <"">, and each null value is displayed as <null>.
It is not advisable to select too many properties at once as the resulting table may be cluttered with retrieved data, and some indivisible pieces of data (e.g. a phone number, an email address, or a web address) may have to be forced to wrap.