PlayJsonInputParser

sangria.marshalling.playJson.PlayJsonInputParser
object PlayJsonInputParser extends InputParser[JsValue]

Attributes

Graph
Supertypes
trait InputParser[JsValue]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parse(str: String): Try[JsValue]