case classProperty[T](sym: Symbol, ext: Extract[T]) extends Extract[T] with Insert[T] with Product with Serializable
Json Property Extractor, extracts a value of type T assigned to
the property sym in a given JsObject (checks any JsValue). Additionally,
can replace the property sym with a new value T in the << opertion.
Linear Supertypes
Serializable, Serializable, Product, Equals, Insert[T], Extract[T], AnyRef, Any
Json Property Extractor, extracts a value of type T assigned to the property sym in a given JsObject (checks any JsValue). Additionally, can replace the property sym with a new value T in the << opertion.