@Incubating
public final class TomlConverter
extends Object
Converts between TOML and JSON text representations.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static String |
convertJsonToToml(Reader jsonReader)Converts JSON content from the supplied reader into TOML text. |
|
public static String |
convertTomlToJson(Reader tomlReader)Converts TOML content from the supplied reader into JSON text. |