whoward / cadenza

parser and renderer library for liquid-like templates
13 stars 6 forks source link

Read context from JSON file in CLI #6

Closed joefiorini closed 12 years ago

joefiorini commented 12 years ago

Per ongoing discussion in #5

joefiorini commented 12 years ago

Crap, this still needs to get wrapped in a context object. Let me do that before you pull this in.

whoward commented 12 years ago

actually hashes and arrays you should still be able to bind without subclassing ContextObject, i'll have special behavior for those when doing lookups

joefiorini commented 12 years ago

Awesome, looks like that works, thanks! I'd say this is ready then, if you're good with it.

whoward commented 12 years ago

looks good to me, thanks for this!