example-ajax-data.json - jscancer - Javascript crap (relatively small)
 (HTM) git clone git://git.codemadness.org/jscancer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       example-ajax-data.json (433B)
       ---
            1 {
            2         "data": [
            3                 [1, 2, 4.0, [57.49,  "€ 57,49"],     [2, "two"],   "Test description 1", [19700101, "1970-01-01"]],
            4                 [2, 3, 2.0, [69.1,   "€ 69,10"],     [1, "one"],   "Test description 2", [19690101, "1969-01-01"]],
            5                 [3, 0, 3.0, [1.2,    "€ 1,20"],      [7, "seven"], "Test description 3", [19700101, "1970-01-01"]],
            6                 [4, 7, 5.0, [2000.1, "€ 2.000,10"],  [3, "three"], "Test description 4", [20000101, "2000-01-01"]]
            7         ]
            8 }