enum NASON::PullParser::Kind
Defined in:
nason/pull_parser.crEnum Members
-
Null =
0
-
Bool =
1
-
Int =
2
-
Float =
3
-
String =
4
-
BeginArray =
5
-
EndArray =
6
-
BeginObject =
7
-
EndObject =
8
-
EOF =
9
Instance Method Summary
Instance methods inherited from struct Enum
to_nason(json : NASON::Builder)
to_nason
Constructor methods inherited from struct Enum
new(pull : NASON::PullParser)
new
Instance methods inherited from struct Value
==(other : NASON::Any)
==
Instance methods inherited from class Object
===(other : NASON::Any)
===,
nil_or_null?
nil_or_null?,
not_null!
not_null!,
null?
null?,
to_nason(io : IO) : Nilto_nason : String to_nason, to_pretty_json(indent : String = " ") : String
to_pretty_json(io : IO, indent : String = " ") : Nil to_pretty_json
Class methods inherited from class Object
from_nason(string_or_io, root : String)from_nason(string_or_io) from_nason