Quantcast
Channel: Question and Answer » json
Viewing all articles
Browse latest Browse all 148

Transforming XML to JSON in C++ [closed]

$
0
0

Working with XML in C++ seems a bit of a pain and I’m looking at a way to output JSON.

I’ve stumbled on two different approaches:

A) XSLT transformations:
http://controlfreak.net/xml-to-json-in-xslt-a-toolkit/

B) Dedicated library such as this:
https://github.com/Cheedoong/xml2json

I’m new to programming so pursuing an avenue is a very time consuming process. If possible id like to get some feedback on what might be a more recommended approach before I start.

I’m pulling in about 5000 xml entities and outputting json with curl to another server

Any help or advice would be appreciated.


Viewing all articles
Browse latest Browse all 148

Trending Articles