We have data with fixed keys in json, like
{ a:1,b:1,c:1},{ a:2,b:2,c:2},{a:3,b:3,c:3}......
Is there any format lighter than json, like
{a,b,c},{1,1,1},{2,2,2}.......
I don't want to post keys for each dataset. Size of data is so important for me for mobile...
Any suggestions?
You can achieve it using json: