class SBAN::Decoder
- SBAN::Decoder
- Reference
- Object
Defined in:
sban/decoder.crConstructors
Instance Method Summary
- #consume_array(&)
- #consume_hash(&)
- #current_token : Token::T | Nil
- #finish_token!
- #read_begin_hash
- #read_bool : Bool
- #read_bytes
- #read_float
- #read_int
- #read_nil : Nil
- #read_nil_or(&)
- #read_num
- #read_string : String
- #read_value : Type
- #unexpected_token(token, expected = nil)
Instance methods inherited from class Object
to_sban(io : IO)to_sban(encoder : SBAN::Encoder)
to_sban : Bytes to_sban