Comment #1 on issue 39 by a...@chubot.org: clean up JS public method naming
style to capWords
http://code.google.com/p/json-template/issues/detail?id=39
namely Lookup should be lookup, or possibly get()
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Just done and released in JS, glad to see you back. Let me know if
you have any issues.
FunctionRegistry API:
registry.lookup(user_str) --> [func, args], returns undefined
ScopedContext API:
context.get(json_key) --> <JSON value>, can raise UndefinedVariable
if undefined_str
is not set
thanks,
Andy