org
json4s
package
json4s
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
json4s
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
JArray
=
json4s.JsonAST.JArray
type
JBool
=
json4s.JsonAST.JBool
type
JDecimal
=
json4s.JsonAST.JDecimal
type
JDouble
=
json4s.JsonAST.JDouble
type
JField
= (
String
,
json4s.JsonAST.JValue
)
type
JInt
=
json4s.JsonAST.JInt
type
JLong
=
json4s.JsonAST.JLong
type
JObject
=
json4s.JsonAST.JObject
type
JSet
=
json4s.JsonAST.JSet
type
JString
=
json4s.JsonAST.JString
type
JValue
=
json4s.JsonAST.JValue
type
TypeInfo
=
json4s.reflect.TypeInfo
Value Members
val
JArray
:
json4s.JsonAST.JArray
.type
val
JBool
:
json4s.JsonAST.JBool
.type
val
JDecimal
:
json4s.JsonAST.JDecimal
.type
val
JDouble
:
json4s.JsonAST.JDouble
.type
val
JField
:
json4s.JsonAST.JField
.type
val
JInt
:
json4s.JsonAST.JInt
.type
val
JLong
:
json4s.JsonAST.JLong
.type
val
JNothing
:
json4s.JsonAST.JNothing
.type
val
JNull
:
json4s.JsonAST.JNull
.type
val
JObject
:
json4s.JsonAST.JObject
.type
val
JSet
:
json4s.JsonAST.JSet
.type
val
JString
:
json4s.JsonAST.JString
.type
val
TypeInfo
:
json4s.reflect.TypeInfo
.type
package
ext
implicit
def
file2JsonInput
(
file:
File
)
:
JsonInput
implicit
def
jsonwritable
[
T
]
(
a:
T
)
(
implicit
arg0:
Writer
[
T
]
)
:
ToJsonWritable
[
T
]
implicit
def
jvalue2extractable
(
jv:
JValue
)
:
ExtractableJsonAstNode
implicit
def
jvalue2monadic
(
jv:
JValue
)
:
MonadicJValue
implicit
def
reader2JsonInput
(
rdr:
java.io.Reader
)
:
JsonInput
implicit
def
stream2JsonInput
(
stream:
InputStream
)
:
JsonInput
implicit
def
string2JsonInput
(
s:
String
)
:
JsonInput
Inherited from
AnyRef
Inherited from
Any
Ungrouped