Why does Boost property tree write_json save everything as string? Is it possible to change that?
Ok, I’ve solved it like this, (of course it won’t suite for everybody, as it is a bit of a hack, that need further work). I’ve wrote my own write_json function (simply copied the files, json_parser.hpp and json_parser_write.hpp to my project) and modified the following lines in json_parser_write.hpp: commented line 37 – escaping the quote … Read more