struct Liquid::Context

Defined in:

liquid/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_44 : JSON::PullParser) #

def self.new #

[View source]

Instance Method Detail

def [](key : String) #

[View source]
def []=(key, value) #

[View source]
def []?(key : String) #

[View source]
def get(key) #

alias for []?(key)


[View source]
def inner : Hash(String, JSON::Any) #

def inner=(_inner : Hash(String, JSON::Any)) #

def set(key, val) #

alias for []=(key, val)


[View source]
def to_json(json : JSON::Builder) #