Frage

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

War es hilfreich?

Lösung

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...

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top