I retrieved data from here:
http://p2pool.info/statsFeel free to answer any questions or correct any incorrect assumptions.
What is this format known as?
{"rates":[[1312037400000,2],[Lots more stuff],[1338722700000,196]],"maxRate":468.2700000000,"maxUsers":244}
The red highlighted item below is the title of this data.
{
"rates":[[1312037400000,2],[Lots more stuff],[1338722700000,196]],"maxRate":468.2700000000,"maxUsers":244}
These red highlighted items are start and end brackets that contain all of the data.
{"rates":
[[1312037400000,2],[Lots more stuff],[1338722700000,196]
],"maxRate":468.2700000000,"maxUsers":244}
What is the red data below? Hashrate? Users?
{"rates":[[1312037400000,
2],[Lots more stuff],[1338722700000,
196]],"maxRate":468.2700000000,"maxUsers":244}
What is the red data below? Date/timestamp?
{"rates":[[
1312037400000,2],[Lots more stuff],[
1338722700000,196]],"maxRate":468.2700000000,"maxUsers":244}