Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rtyler/xmltojson

A Rust crate for converting XML to JSON
https://github.com/rtyler/xmltojson

Last synced: 3 months ago
JSON representation

A Rust crate for converting XML to JSON

Awesome Lists containing this project

README

        

= xml-to-json

A Rust crate implementing
link:https://goessner.net/download/prj/jsonxml/[Stefan Goessner's xml2json]
design. This can be very useful for turning XML data into JSON for processing in JSON data stores or engines such as Elasticsearch or PostgreSQL (`JSON`/`JSONB`).

See the tests in `src/lib.rs` for examples of how XML gets converted to JSON structures