JSONUtil

object JSONUtil

Functions

Link copied to clipboard
fun eventsToString(events: List<BaseEvent>): String
Link copied to clipboard
fun eventToJsonObject(event: BaseEvent): JSONObject
Link copied to clipboard
fun eventToString(event: BaseEvent): String
Link copied to clipboard
fun truncate(array: JSONArray?): JSONArray?