3 releases

0.1.3 May 9, 2023
0.1.1 May 23, 2021
0.1.0 May 23, 2021

#2789 in Parser implementations

Download history 22/week @ 2024-01-08 14/week @ 2024-01-15 17/week @ 2024-01-29 23/week @ 2024-02-05 61/week @ 2024-02-12 46/week @ 2024-02-19 82/week @ 2024-02-26 70/week @ 2024-03-04 56/week @ 2024-03-11 85/week @ 2024-03-18 142/week @ 2024-03-25 227/week @ 2024-04-01 26/week @ 2024-04-08 50/week @ 2024-04-15

449 downloads per month
Used in 7 crates (6 directly)

LGPL-3.0+

23KB
533 lines

A Rust crate implementing 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

Dependencies

~1.6–2.2MB
~40K SLoC