parseAsObject

expect fun parseAsObject(string: String, mimeType: MimeType): Any

Parses string, assumed to be encoded in mimeType, into a plain object tree — the same kind of tree a Deobjectifier would receive as input.

actual fun parseAsObject(string: String, mimeType: MimeType): Any

Parses string, assumed to be encoded in mimeType, into a plain object tree — the same kind of tree a Deobjectifier would receive as input.

actual fun parseAsObject(string: String, mimeType: MimeType): Any

Parses string, assumed to be encoded in mimeType, into a plain object tree — the same kind of tree a Deobjectifier would receive as input.