Document new JSON format (addition of "fields" member)

This commit is contained in:
Sandro Santilli 2013-06-14 18:38:31 +02:00
parent 88f1d33b42
commit 889fb10669

View File

@ -46,6 +46,13 @@ The JSON response is as follows:
{
time: 0.006,
total_rows: 1,
fields: {
'year': { type:'string' },
'the_geom': { type:'geometry' },
'cartodb_id': { type:'number' },
'created_at': { type:'date' },
'updated_at': { type:'date' }
},
rows: [
{
year: " 2011",