does anyone know how to write this `JSON.stringify...
# javascript
d
does anyone know how to write this
JSON.stringify({ x: 5 });            // '{"x":5}'
in Kotlin ? it's the
{ x: 5}
I don't understand how to do
k
Copy code
val o = js("{}")
o.x = 5