class

Jbuilder

Inherits Reference < Object

Constants

VERSION = "1.0.0"

Constructors

new(result : Hash(String, Jbuilder::BasicObject) = Hash(String, BasicObject).new)
Source

Instance methods

array!(key : String, array)
Source
array!(key : String, array, &)
Source
hash!(key : String, hash)
Source
merge!(hash : Hash)
Source
set!(key : String, value : Array)
Source
set!(key : String, value : Tuple)
Source
set!(key : String, value : Hash)
Source
set!(key : String, value : NamedTuple)
Source
set!(key : String, value : BasicType)
Source
to_h
Source

Macros

embed(filename, io_name, layout_file = nil)
Source
method_missing(call)
Source

Nested types