does anyone know how I can add a element to the `n...
# klaxon
v
does anyone know how I can add a element to the
notes
array in the following json object?
Copy code
val msg = json { obj( "a" to "b", "notes" to array() ) }