• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

JSON Output?

Jamz

Well-known member
Rob,

Would it be possible to add in some level of JSON support for exporting characters?

Even just some form of a stat block output would be handy. I've been working on a few projects and loading a JSON object into a Java object takes something like 3 lines of code using GSON (provided your class is properly mapped to match the JSON object). XML is nice and all as a file format, but supporting it in Java is just a PITA and complex.

Besides the java project, I could use it in MapTool to easily create "Tokens" for various frameworks as Maptool natively knows and understands JSON inside it's macro code.


Just curious if this is something you would ever consider. If not, I'll continue on with some sort of stat block parser...
 
Back
Top