jvmMain.com.eygraber.json.sugar.JsonObject.jvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-sugar-jvm Show documentation
Show all versions of json-sugar-jvm Show documentation
Helper functions that make it easier to work with kotlinx Json
The newest version!
package com.eygraber.json.sugar
import kotlinx.serialization.json.JsonObject
public fun JsonObject.toUtf8Bytes(): ByteArray = toString().toByteArray(Charsets.UTF_8)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy