Question

I just came across this site erail I want to know the type of returned data format,its neither json nor xml,Whats it,please help me. Thank u

Was it helpful?

Solution

This is obviously a custom format. The ~ look likes field delimters with some fields with an inner structure where a , . or : is used as a delimeter, the ^ is the record delimiter. The first field is a number and the first record is different from the next ones which seem to be identical in field structure.

If you want to use that in javascript you have to write your own deserializer...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top