ParserInput

besom.json.ParserInput
See theParserInput companion trait
object ParserInput

Attributes

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

Members list

Type members

Classlikes

ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.

ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.

Attributes

Supertypes
trait ParserInput
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait ParserInput
class Object
trait Matchable
class Any
abstract class DefaultParserInput extends ParserInput

Attributes

Supertypes
trait ParserInput
class Object
trait Matchable
class Any
Known subtypes

ParserInput that allows to create a ParserInput from any randomly accessible indexed byte storage.

ParserInput that allows to create a ParserInput from any randomly accessible indexed byte storage.

Attributes

Supertypes
trait ParserInput
class Object
trait Matchable
class Any
Known subtypes
case class Line(lineNr: Int, column: Int, text: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait ParserInput
class Object
trait Matchable
class Any

Implicits