~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/jsonminIndicators.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#set( $size = $object.size() )
 
2
{ "indicators": [
 
3
#foreach( $indicator in $object )
 
4
  {
 
5
    "id": $!{indicator.id},
 
6
    "name": "$!encoder.jsonEncode( ${indicator.name} )"
 
7
  }#if( $velocityCount < $size ),#end
 
8
#end
 
9
] }
 
 
b'\\ No newline at end of file'