struct CON::Builder
- CON::Builder
- Struct
- Value
- Object
Overview
The builder advantage efficiency over safety. It is relativaly unsafe
to use it as-is, using it through Object#to_con
is often a better option.
Defined in:
builder.crConstructors
Instance Method Summary
- #array(key : String, &block)
- #array(&block)
- #bool(bool : Bool)
- #field(key, value)
- #float(float : Float)
- #hash(key : String, &block)
- #hash(new_line : Bool = true, &block)
- #integer(integer : Int)
- #max_nesting : Int32
- #max_nesting=(max_nesting : Int32)
- #newline : Bool
- #nil
- #string(string : String)
- #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