Class: App¶
Description¶
client representation of an application
Function: toJson¶
Transform an App instance into an object reprensentation compatible with the backend schema. This object can then be easily converted to a JSON string.
-
toJson()¶ Return object: server representation of an App instance
Function: App.fromJson¶
Create an app instance from a server representation.
-
App.fromJson(json)¶ Arguments: - json (object) – converted from the server JSON string
Return App: the new App instance