ProfigUtil

object ProfigUtil

Primarily intended for internal use.

class Object
trait Matchable
class Any

Value members

Concrete methods

def args2Json(args: Seq[String]): Value

Converts a sequence of args into a Json object with dot-separation.

Converts a sequence of args into a Json object with dot-separation.

def map2Json(map: Map[String, String]): Value

Converts a Map[String, String] into a Json object with dot-separation.

Converts a Map[String, String] into a Json object with dot-separation.

def properties2Json(properties: Properties): Value

Converts a Properties into a Json object with dot-separation.

Converts a Properties into a Json object with dot-separation.