Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Liquid::Context
Inherits
Struct
<
Value
<
Object
Constructors
new
(__temp_77 :
JSON::PullParser
)
new
Source
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
)