yesterday i was looking thorugh the darthhater db sourcecode (of the page) .. and i noticed an interessting part
var cg_json_1=[{"id":31776,"name":"Arkanian Hyperdrive","rarity":8,"slots":[],"ship_slots":[],"in_game":true,"level":0,"req_level":0,"clientVersion":110,"junk":false}
my first tought was kinda "jackpot .. i can parse the json and get any data i like."
well after a while of trying and coding and splitting the html, my .NET JSON parser says that it's not a valid JSON. I think you use this part to let your json.js create a valid .JSON file.. is there a way to get it? i'd be really happy if i could access your db!
right now i'm coding a theorycraft webproject with .NET MVC3 and c# in the backend.
ill send you a pm so we can discuss this further. We actually have a way to expose a json data feed that should validate properly. If anyone else is curious about this pm me and ill explain it further
To post a comment, please login or register a new account.
- View User Profile
- View Posts
- Send Message
Posted 2/1/2012 3:00:20 AMHey,
yesterday i was looking thorugh the darthhater db sourcecode (of the page) .. and i noticed an interessting part
var cg_json_1=[{"id":31776,"name":"Arkanian Hyperdrive","rarity":8,"slots":[],"ship_slots":[],"in_game":true,"level":0,"req_level":0,"clientVersion":110,"junk":false}my first tought was kinda "jackpot .. i can parse the json and get any data i like."
well after a while of trying and coding and splitting the html, my .NET JSON parser says that it's not a valid JSON. I think you use this part to let your json.js create a valid .JSON file.. is there a way to get it? i'd be really happy if i could access your db!
right now i'm coding a theorycraft webproject with .NET MVC3 and c# in the backend.
greets
- View User Profile
- View Posts
- Send Message
Posted 2/1/2012 7:41:57 PMill send you a pm so we can discuss this further. We actually have a way to expose a json data feed that should validate properly. If anyone else is curious about this pm me and ill explain it further