KSON

sealed trait KSON extends Serializable with Product
Companion:
object
Source:
KSON.scala
trait Product
trait Equals
class Object
trait Matchable
class Any
class KArr
class KBool
class KDouble
class KInt
class KLong
object KNull.type
class KObj
class KString

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product