fixJson

fun fixJson(input: String): String(source)

Complete a partial/truncated JSON string so Json.parseToJsonElement can read it. Returns "" when nothing valid was scanned (e.g. a lone -). See parsePartialJson for the parse wrapper.

Since

0.3.0-beta01