viralshah
02/14/2020, 4:29 AMnotes
array in the following json object?
val msg = json { obj( "a" to "b", "notes" to array() ) }
Also asked this in Klaxon, but don’t know if that channel is too activeAnimesh Sahu
02/14/2020, 4:56 AMmutableListOf<Type>()
instead of array if you want to add elements later on at runtime.viralshah
02/14/2020, 4:57 AM