parseMap

fun File.parseMap(): Map<String, *>
fun Path.parseMap(): Map<String, *>
fun URL.parseMap(): Map<String, *>
fun String.parseMap(format: SerializationFormat = requireDefaultFormat()): Map<String, *>
fun String.parseMap(mediaType: MediaType): Map<String, *>
fun InputStream.parseMap(format: SerializationFormat = requireDefaultFormat()): Map<String, *>
fun InputStream.parseMap(mediaType: MediaType): Map<String, *>