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

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/jsonDataSet.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
{ "dataSet": 
 
2
  {
 
3
    "id": $!{object.id},
 
4
    "name": "$!{object.name}",
 
5
    "shortName": "$!{object.shortName}",
 
6
    "periodTypeId": "$!{object.periodTypeId}"
 
7
  }
 
8
}