org.scalajs.core
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.
xyz.toJSON
fromJSON[T](xyz)
Some type-class lightweight wrappers around simple-json.
They allow to write
xyz.toJSON
to obtain classes that can be serialized by simple-json andfromJSON[T](xyz)
to get an object back.