KArr

final case class KArr(value: Iterable[KSON]) extends KSON
Source:
KSON.scala
trait KSON
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def foldTo[T](implicit b: Builder[T]): T
Source:
KSON.scala

Inherited methods

Inherited from:
Product