All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.eygraber.json.sugar.JsonObject.jvm.kt Maven / Gradle / Ivy

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