Event createEventFromJSON(String uri, String json)
Event createEventFromJSON(String uri, String json)
json
. The JSON String should adhere to the structure corresponding to the event definition.Name | Type | Description |
---|---|---|
uri | String | URI of the corresponding event. |
json | String | JSON string to be parsed |
Type | Description |
---|---|
Event | returns an event instance |