How to convert XML to JSON in C++?

后端 未结 5 386
日久生厌
日久生厌 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:51

    Please head to http://json.org. You may find something of interest there. It lists many libraries available for JSON processing in C++ and many other languages.

    But for the thing you linked to [pdhcc] you may have to do some work yourself to port it to C++.

提交回复
热议问题