Package

org.querki

shocon

Permalink

package shocon

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait HCValue extends AnyRef

    Permalink
  2. case class ObjectValue(vs: Map[String, HCValue]) extends HCValue with Product with Serializable

    Permalink
  3. case class SimpleValue(v: String) extends HCValue with Product with Serializable

    Permalink

Value Members

  1. object HoconParse

    Permalink

    Quick-and-dirty rudimentary parser for parts of the HOCON syntax.

Ungrouped