Oh, I meant to use DataParseJSON.

But... it still didn't work using this code:
Code:
int h = 1;
const char* format = "candles,timestamp,%t,max,min,open,close";
int numparsed = dataParseJSON(h,format,filename);
printf("\nnumparsed = %d",numparsed);



I attached the JSON file for your reference.

Thanks,
Andrew

Attached Files
scs_1d.zip (57 downloads)