summaryrefslogtreecommitdiff
path: root/packages/fcl-mustache/examples/family.json
blob: 39475e98d12057c5824442593bd2fcdd92c5ae6f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "data" : [
   { "name" : "Father", "age": 30 },
   { "name" : "Mother", "age": 29 },
   { "name" : "Grandfather", "age": 62 },
   { "name" : "GrandMother", "age": 61 },
   { "name" : "Child 1", "age": 2 },
   { "name" : "Child 2", "age": 4 }
  ]
}