JSON module?

BlitzMax Forums/BlitzMax Programming/JSON module?

GfK(Posted 2014) [#1]
Hello

Just playing around with a 2D map editor, which exports data in various formats, including JSON.

Wondering if there's a complete module kicking about before I start trying to decipher the format myself.


jsp(Posted 2014) [#2]
grable wrote one:
http://www.blitzmax.com/codearcs/codearcs.php?code=2066


xlsior(Posted 2014) [#3]
Brucey also wrote one, although the windows version is missing some includes...


GfK(Posted 2014) [#4]
You sure about that? I can't see it anywhere...


xlsior(Posted 2014) [#5]
Sure about it, it came through his SVN repository, but won't compile for windows yet


markcw(Posted 2014) [#6]
Looks like it's part of boost http://maxmods.googlecode.com/svn/trunk/boost.mod/src/boost/property_tree/