json4s-ast
json4s-ast
API
org.json4s
prefs
EmptyValueStrategy
EmptyValueStrategy
AsJsonInput
AsJsonInput
AsJsonInputInstances
BigDecimalJsonFormats
BigDecimalJsonFormats
BigDecimalMode
BigDecimalMode
BigDecimalWriters
BigDecimalWriters
BuildInfo
DefaultJsonFormats
DefaultJsonFormats
DefaultReaders
DefaultReaders
DefaultWriters
DefaultWriters
Diff
Diff
DoubleJsonFormats
DoubleJsonFormats
DoubleMode
DoubleMode
DoubleWriters
DoubleWriters
DynamicJValue
DynamicJValue
DynamicJValueImplicits
FileInput
FormatFunctions
Implicits
JArray
JBool
JBool
JDecimal
JDouble
JField
JInt
JLong
JNothing
JNull
JNumber
JObject
JObject
JSet
JString
JValue
JValue
JValueParent
JsonAST
JsonAssoc
JsonDSL
WithBigDecimal
WithDouble
JsonDSL
JsonFormat
JsonFormat
JsonInput
JsonKeyWriter
JsonKeyWriter
JsonListAssoc
JsonMethods
JsonWriter
JsonWriter
MappingException
MappingException
Multi
Merge
MergeSyntax
MonadicJValue
JValueWithFilter
MonadicJValue
ParserUtil
ParseException
Reader
Reader
ReaderFunctions
ReaderInput
ReaderSyntax
SomeValue
StreamInput
StringInput
ToJsonWritable
Writer
Writer
WriterFunctions
json4s-ast
/
org.json4s
/
JsonFormat
JsonFormat
org.json4s.JsonFormat
See the
JsonFormat
companion object
trait
JsonFormat
[
T
]
extends
Writer
[
T
]
,
Reader
[
T
]
Attributes
Companion
object
Source
JsonFormat.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Reader
[
T
]
trait
Writer
[
T
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Inherited methods
def
contramap
[
A
](
f
:
A
=>
T
):
Writer
[
A
]
Attributes
Inherited from:
Writer
Source
Writer.scala
def
map
[
A
](
f
:
T
=>
A
):
Reader
[
A
]
Attributes
Inherited from:
Reader
Source
Reader.scala
Inherited and Abstract methods
def
readEither
(
value
:
JValue
):
Either
[
MappingException
,
T
]
Attributes
Inherited from:
Reader
Source
Reader.scala
def
write
(
obj
:
T
):
JValue
Attributes
Inherited from:
Writer
Source
Writer.scala
In this article
Attributes
Members list
Value members
Inherited methods
Inherited and Abstract methods