Hi, experts.
with the following code I printed this by console
var userModel = new sap.ui.model.json.JSONModel("/services/userapi/currentUser");
sap.ui.getCore().setModel(userModel, "userapi");
console.log(userModel);

How can I get the value of the name field?
Greetings from Colombia