spierce7
02/17/2020, 6:26 PMjs("{}")
and then manually populating it with data still the most convenient?Chenn
02/18/2020, 8:28 AMval obj: dynamic = object{}
reducers.forEach { obj[it.key] = it.value}
This is how I do it, but I have no clue about the difference in speed..Kabbura
02/18/2020, 1:55 PMjson()
functionKabbura
02/18/2020, 1:55 PMjson(
"tooltip" to json(
"trigger" to "axis"
),
"xAxis" to json(
"data" to xAxisData
)
)
spierce7
02/18/2020, 2:04 PMspierce7
02/18/2020, 2:05 PMgbaldeck
02/18/2020, 8:50 PMgbaldeck
02/18/2020, 8:53 PM