xml2json icon indicating copy to clipboard operation
xml2json copied to clipboard

Ask for more xml2json return type

Open qo6xup6 opened this issue 4 years ago • 0 comments

Could C++ API supports xml2json returning rapidjson::Document so users could use JSON object directly instead of JSON string?

rapidjson::Document xml2json(const char *xml_str)

and even with name/value type set to rapidjson::kStringType, so it's encoded directly instead of std::string.

Thanks!

qo6xup6 avatar Aug 10 '21 07:08 qo6xup6