tuweni / org.apache.tuweni.toml / TomlArray / toJson

toJson

open fun toJson(): String! (source)

Return a representation of this array using JSON.

Return
String!: A JSON representation of this array.

open fun toJson(appendable: Appendable!): Unit (source)

Append a JSON representation of this array to the appendable output.

Parameters

appendable - Appendable!: The appendable output.

Exceptions

IOException - If an IO error occurs.