i have a json string like `{"id": 1}` and call `JS...
# javascript
t
i have a json string like
{"id": 1}
and call
JSON.parse()
on it. how can i get the id as
kotlin.Long
from the resulting object?