id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6351,Better JSON parser,nn-mail@…,Sebastian Redl,"JSON parser in property_tree doesn't parse numbers and bools as their type. Instead it stores them as string. property_tree for JSON could be defined in other way: {{{ #!python typedef boost::variant base_json_type; typedef boost::variant< base_json_type, std::vector > composite_json_type; typedef boost::basic_ptree json_ptree; }}}",Feature Requests,new,To Be Determined,property_tree,Boost 1.49.0,Problem,,,