package json
Some type-class lightweight wrappers around simple-json.
They allow to write xyz.toJSON to obtain classes that can be
serialized by simple-json and fromJSON[T](xyz) to get an
object back.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type JSON = AnyRef
- trait JSONDeserializer [T] extends AnyRef
- class JSONObjBuilder extends AnyRef
- class JSONObjExtractor extends AnyRef
- implicit class JSONPimp [T] extends AnyRef
- trait JSONSerializer [T] extends AnyRef