Alternative for creating Loopback REST Object?

102 views Asked by At

Is there any other way to create an Object for the Loopback repository other than below mentioned way?

obj = Repository.createObject(ImmutableMap.of("key","value"));
obj.key2 = "value2";
0

There are 0 answers