HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
118 stars 20 forks source link

Add an option to download the game as JSON #144

Closed Pikamander2 closed 8 years ago

Pikamander2 commented 8 years ago

XML is provided, but JSON would be nice as well

jleclanche commented 8 years ago

Thanks for the suggestion but we don't use JSON for the games at all, and it's not something we'll do. We have a different JSON-based spec, but it's meant to be used for transferring game state live, whereas HSReplay XML is a nested format which has a much stricter spec:

https://hearthsim.info/hsreplay/

Also, this repository is specifically dedicated to the replayer component. If you have feedback/suggestions on HSReplay.net itself, you can file it on the subreddit or if you find any bugs with the site itself, the correct repository to use is HearthSim/HSReplay.net