shushanxingzhe / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

Iteration over dictionary - Patch for /python/jsontemplate/_jsontemplate.py #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added a new formatter "items", this formatter can be used to iterate over 
dictionaries. Suggested usage:
Usage: {.repeated section foo | items}
       {@key} {@value}
       {.end}

Original issue reported on code.google.com by pankaj...@gmail.com on 27 Mar 2011 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
This was implemented

Original comment by andyc...@gmail.com on 15 Nov 2011 at 7:47