Hi,
i've been looking around the web but could not find anything about the filestructure of the following file:
{"tickets":[{"name":"Test",
"id":"906935000",
"description":"gültig",
"userID":"310000",
"price":"Preis: 1,90€",
"productID":"119",
"checksum":"6017",
"dailyCode":"u",
"hourlyCode":"y",
"barcode":"",
"rebuyLink":"191000",
"buydate":"52744",
"buydateString":"17.08.2011",
"legalNote":".",
"validString":"gültig bis 17.08.2011",
"demo":true,
"validDescription":"gültig in 210"}],
"currentMonthExpenses":"1,90€",
"getMoreTicketsAvailable":false,
"monthlyTurnover":170};
This .dat-File is generated in javacode. (no source public)
I'm just lazy and dont want to write my own parser in java. ^^
There are methods like ObjectOutputStream and XMLEncoder/XMLDecoder but thats not XML and not binary as we can see.
Does anyone know what type of structure this is? Or better: does anyone know a parser for this code?