IndexedValue

ujson.IndexedValue
See theIndexedValue companion object
sealed trait IndexedValue

A version of ujson.Value that keeps the index positions of the various AST nodes it is constructing. Usually not necessary, but sometimes useful if you want to work with an AST but still provide source-index error positions if something goes wrong

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Arr
class False
class Null
class Num
class NumRaw
class Obj
class Str
class True
Show all

Members list

Value members

Abstract methods

def index: Int