Join Slack
Powered by
For now I just put a function on string: `fun Stri...
# kotson
d
deinspanjer
05/12/2017, 7:35 PM
For now I just put a function on string:
fun String.parseJSON(): JsonElement = myParser.parse(this)
but that requires me to carry around a copy of JsonParser(), so I just wanted to check.
Open in Slack
Previous
Next