How to convert XML to JSON in C++?

后端 未结 5 522
日久生厌
日久生厌 2021-01-24 08:00

I came across How to convert XML to JSON in ASP.NET C# (link) and one in javascript (at goessner.net/download/prj/jsonxml/). But have yet to find one in c++ that takes just a st

5条回答
  •  野性不改
    2021-01-24 08:43

    By far, the only specifically designed C++ library that directly converts XML to JSON I found on the Internet is xml2json: https://github.com/Cheedoong/xml2json

提交回复
热议问题