mathiasbn
12/14/2016, 7:07 AMtoJson
objects with delegated properties? I mean if you have val level by event //event is a Map<String,String>
you would expect
{"level":"some level"}
,
but you get:
"level$delegate": {
"level":"some level"
/*All other properties in the map*/
}