Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rtyler/xmltojson
- Owner: rtyler
- License: lgpl-3.0
- Created: 2020-10-01T17:20:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T17:20:28.000Z (over 1 year ago)
- Last Synced: 2024-10-15T04:08:19.762Z (3 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
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