Provided a Writes implicit for that type is available, convert a JsValue to any type.
Provided a Writes implicit for that type is available, convert a JsValue to any type.
Json value to transform as an instance of T.
Parse a String representing a json, and return it as a JsValue.
Parse a String representing a json, and return it as a JsValue.
a String to parse
the JsValue representing the string
Convert a JsValue to its string representation.
Convert a JsValue to its string representation.
the JsValue to convert
a String with the json representation
Provided a Reads implicit for its type is available, convert any object into a JsValue.
Provided a Reads implicit for its type is available, convert any object into a JsValue.
Value to convert in Json.
Helper functions to handle JsValues.