{
"objectIdFieldName": "",
"fields": [
{
"name": "OID",
"type": "esriFieldTypeOID",
"alias": "OID",
"domain": null
},
{
"name": "Value",
"type": "esriFieldTypeInteger",
"alias": "Value",
"domain": null
},
{
"name": "Count",
"type": "esriFieldTypeDouble",
"alias": "Count",
"domain": null
}
],
"features": [
{"attributes": {
"OID": 0,
"Value": 100,
"Count": 1472
}},
{"attributes": {
"OID": 1,
"Value": 150,
"Count": 1966
}},
{"attributes": {
"OID": 2,
"Value": 200,
"Count": 1900
}},
{"attributes": {
"OID": 3,
"Value": 300,
"Count": 3121
}}
]
} |