Mercurial > hg > extraction-interface
view geotemco/data/jsonExample.json @ 13:cc36a20a68ab
automatically decide which rows (what data) should be shown in the exporting table based on the topic.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 17 Feb 2015 15:25:11 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
[ { "id": 1, "name": "entry1", "description": "description of entry", "lon": 1, "lat": 1, "place": "place1", "time": "2001", "tableContent": { "column1":"c1value1", "column2":"c2value1" } }, { "id": 2, "name": "entry2", "description": "description of entry", "lon": 2, "lat": 2, "place": "place2", "time": "2002", "tableContent": { "column1":"c1value2", "column2":"c2value2" } }, { "id": 3, "name": "entry1", "description": "description of entry", "lon": 3, "lat": 3, "place": "place3", "time": "2003", "tableContent": { "column1":"c1value3", "column2":"c2value3" } }, { "id": 4, "name": "entry4", "description": "description of entry", "lon": 4, "lat": 4, "place": "place4", "time": "2004", "tableContent": { "column1":"c1value4", "column2":"c2value4" } }, { "id": 5, "name": "entry5", "description": "description of entry", "lon": 5, "lat": 5, "place": "place5", "time": "2005", "tableContent": { "column1":"c1value5", "column2":"c2value5" } }, { "id": 6, "name": "entry6", "description": "description of entry", "lon": 6, "lat": 6, "place": "place6", "time": "2006", "tableContent": { "column1":"c1value6", "column2":"c2value6" } } ]