json-scala-values
json-scala-values
json.value
AbstractJsArray
AbstractJsObj
Conversions
Index
Index
JsArray
JsArray
JsBigDec
JsBigInt
JsBigInt
JsBool
JsBool
JsDouble
JsDouble
JsInstant
JsInstant
JsInt
JsInt
JsLong
JsLong
JsNothing
JsNull
JsNumber
JsObj
JsObj
JsPath
JsPath
JsPrimitive
JsStr
JsStr
JsValue
Json
Json
Key
Key
Position
json.value.gen
Conversions
JsArrayGen
JsObjGen
TupleGen
json.value.spec
Invalid
IsAny
IsAny
IsArray
IsArray
IsArrayOf
IsBool
IsBool
IsInstant
IsInstant
IsInt
IsInt
IsIntegral
IsIntegral
IsJsObj
IsJsObj
IsLong
IsLong
IsMapOfArr
IsMapOfArr
IsMapOfBool
IsMapOfBool
IsMapOfInstant
IsMapOfInstant
IsMapOfInt
IsMapOfInt
IsMapOfIntegral
IsMapOfIntegral
IsMapOfLong
IsMapOfLong
IsMapOfNumber
IsMapOfNumber
IsMapOfObj
IsMapOfObj
IsMapOfStr
IsMapOfStr
IsNull
IsNumber
IsNumber
IsStr
IsStr
IsTuple
IsTuple
JsObjSchema
JsObjSpec
JsObjSpec
JsSpec
Result
SpecError
SpecError
Valid
json.value.spec.parser
DecimalConf
DecimalConf
JsArraySpecParser
JsObjSpecParser
MapParser
Parser
json-scala-values
/
json.value
/
JsPrimitive
JsPrimitive
sealed
trait
JsPrimitive
extends
JsValue
Represents any value in a Json that is not a container, i.e. a Json object or a Json array
Graph
Supertypes
Known subtypes
trait
JsValue
class
Object
trait
Matchable
class
Any
class
JsBool
class
JsInstant
object
JsNull
.type
trait
JsNumber
class
JsBigDec
class
JsBigInt
class
JsDouble
class
JsInt
class
JsLong
class
JsStr
Value members
Value members
Inherited methods
def
isNull
:
Boolean
Inherited from:
JsValue
def
noneNull
:
Boolean
Inherited from:
JsValue