struct CON::Builder
- CON::Builder
- Struct
- Value
- Object
Defined in:
builder.crConstructors
Instance Method Summary
- #array(key : String, &)
- #array(&)
- #field(key, value)
- #hash(key : String, &)
- #hash(new_line : Bool = true, &)
- #io : IO
- #max_nesting : Int32
- #max_nesting=(max_nesting : Int32)
- #newline : Bool
- #value(value)
Instance methods inherited from struct Value
==(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