xml2json
XML converter
A C++ library that converts XML documents to JSON format
A header-only C++ library converts XML to JSON
301 stars
30 watching
102 forks
Language: C++
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
engali94/xmljson | Converts XML to JSON format using a command-line tool written in Swift. | 49 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
sinelaw/xml-to-json-fast | Converts XML data to JSON format with minimal memory usage | 48 |
vi/json2 | A tool to convert JSON files to an intermediate text format, allowing non-XML-aware tools to handle them more easily. | 28 |
abdolence/x2js | Converts XML data to and from JSON objects in JavaScript | 1,007 |
sbabiv/xml2map | A Go library that converts XML data into a hierarchical map representation. | 62 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |
theodi/csv2json | Converts comma-separated values to JSON data format | 2 |
ruby0x1/scribe | Converts Haxe XML documentation to JSON or other formats | 4 |
liveui/xmlcoding | Software development tools for encoding and decoding XML data using the Codable protocol in Swift | 10 |
chenyunguimilook/swiftyxml | A Swift library that provides a simple and Swifty way to parse and manipulate XML data. | 103 |
apache/xalan-c | A C++ library for transforming XML documents using XSLT 1.0 standards | 29 |
iforce2d/b2djson | Tools to convert Box2D editor files into a usable format | 58 |
eulerto/wal2json | Provides an output plugin to convert PostgreSQL's Logical Decoding changeset data into JSON format | 1,326 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |