class Jbuilder
- Jbuilder
- Reference
- Object
Defined in:
jbuilder.crjbuilder/version.cr
Constant Summary
-
VERSION =
"0.1.0"
Constructors
Instance Method Summary
- #array!(key : String, array : Array)
- #array!(key : String, array : Array, &)
- #hash!(key : String, hash : Hash)
- #merge!(hash : Hash)
- #set!(key : String, value : Array)
- #set!(key : String, value : Hash)
- #set!(key : String, value : BasicType)
- #to_h : Hash