Hi,

Is there a way to use an extra level in Exhibit. What I mean is :


{
    "items" : [
       {
          type :       "Call",
          "date" :     "2007-03-31",
          "label" :    "Morning",
          "props" :    [
                {
                   "country" : "US",
                   "avgtime" : 3
                ),
                {
                   "country" : "UK",
                   "avgtime" : 8
                }
           ]
       },
       {
          type :       "Call",
          "date" :     "2007-03-31",
          "label" :    "Afternoon",
          "props" :    [
                {
                   "country" : "US",
                   "avgtime" : 4
                ),
                {
                   "country" : "UK",
                   "avgtime" : 9
                }
           ]
       }
    ]
}

Is there a way to filter on the country part ?
I can't seem to even display the contents of 'props' anywhere.


Any help much appreciated !

Kind regards,

Wim

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to