JsonParser

smile.json.JsonParser
See theJsonParser companion class
object JsonParser

Fast, no-dependency parser for JSON as defined by http://tools.ietf.org/html/rfc4627. Adopt from spray-json.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonParser.type

Members list

Type members

Classlikes

class ParsingException(val summary: String, val detail: String) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(input: ParserInput): JsValue