New issue 62 by pankaj...@gmail.com: Iteration over dictionary - Patch for
/python/jsontemplate/_jsontemplate.py
http://code.google.com/p/json-template/issues/detail?id=62
Added a new formatter "items", this formatter can be used to iterate over
dictionaries. Suggested usage:
Usage: {.repeated section foo | pairs}
{@key} {@value}
{.end}
Attachments:
_jsontemplate.py.patch 641 bytes
Comment #1 on issue 62 by andyc...@gmail.com: Iteration over dictionary -
Patch for /python/jsontemplate/_jsontemplate.py
http://code.google.com/p/json-template/issues/detail?id=62
This was implemented