serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONToken.this
funkwerk
stdx
data
json
lexer
JSONToken
Constructs a token from a primitive data value
this
(typeof(null) )
struct
JSONToken
(S)
this
(
typeof
(null)
)
this
(bool value)
this
(JSONNumber value)
this
(long value)
this
(double value)
this
(JSONString!String value)
this
(String value)
this
(Kind kind)
Meta
Source
See Implementation
funkwerk
stdx
data
json
lexer
JSONToken
aliases
String
constructors
this
functions
opAssign
opEquals
toHash
toString
properties
boolean
kind
number
string
variables
location
Constructs a token from a primitive data value