class CBOR::Builder
- CBOR::Builder
- Reference
- Object
Defined in:
CBOR/builder.crConstructors
Instance Method Summary
- #array(e : Enumerable)
- #bool(b)
- #bytes(b : Bytes)
- #float(f : Float)
- #int(i : Int)
- #null
- #object(h : Hash)
- #string(s : String)
Instance methods inherited from class Object
to_cbor(io : IO)to_cbor to_cbor