struct

Liquid::Context

Inherits Struct < Value < Object

Constructors

new(__temp_77 : JSON::PullParser)

Instance methods

[](key : String)
Source
[]=(key, value)
Source
[]?(key : String)
Source
get(key)

alias for []?(key)

Source
inner
inner=(_inner : Hash(String, JSON::Any))
set(key, val)

alias for []=(key, val)

Source
to_json(json : JSON::Builder)