class CON::PullParser
Defined in:
pull_parser.crConstructors
Instance Method Summary
- #column_number : Int32
- #expect(value, kind)
- #expect(value, kind : T.class) forall T
- #line_number : Int32
- #max_nesting : Int32
- #max_nesting=(max_nesting : Int32)
- #read_array(&block)
- #read_array_unchecked(&block)
- #read_document(&block)
- #read_hash(&block)
- #read_hash_unchecked(&block)
- #read_key : String
- #read_key_unchecked : String | Token | Nil
- #read_value : Type
- #read_value_unchecked : Type | Token
-
#skip_value
Skips all subdata of a key
- #type_error(value, kind)
Instance methods inherited from class Reference
==(other : CON::Any)
==
Instance methods inherited from class Object
===(other : CON::Any)
===,
from_con(con : String | IO)
from_con,
to_con(io : IO)to_con to_con, to_pretty_con(indent : String = " ")
to_pretty_con(io : IO, indent : String = " ") to_pretty_con