open class JsonObjectHelper
Some utility methods to create json objects from a set of String.
Author
Clement Escoffier
JsonObjectHelper()
Some utility methods to create json objects from a set of String. |
open static fun convert(value: String): Any |
|
open static fun from(props: Properties): JsonObject |
|
open static fun put(json: JsonObject, name: String, value: String, rawData: Boolean): Unit |
|
open static fun toBuffer(json: JsonObject): Buffer |