Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bb010g/html2json

Convert HTML losslessly into JSON for easier processing
https://github.com/bb010g/html2json

Last synced: about 1 month ago
JSON representation

Convert HTML losslessly into JSON for easier processing

Awesome Lists containing this project

README

        

# html2json

Converts HTML losslessly into JSON for easier processing fast, thanks to
[html5ever][] and [serde][].

Featuring more `transmute` than you're comfortable with!

[html5ever]: https://github.com/servo/html5ever
[serde]: https://serde.rs/

## License

Licensed under the [ISC License][isc] (SPDX [`ISC`][isc-spdx]) or the
[Apache License 2.0][apache-2.0] (SPDX [`Apache-2.0`][apache-2.0-spdx]), at
your option. All files in the project carrying such notice may not be copied,
modified, or distributed except according to those terms.

[apache-2.0]: ./LICENSE-APACHE.txt
[apache-2.0-spdx]: https://spdx.org/licenses/Apache-2.0.html
[isc]: ./LICENSE-ISC.txt
[isc-spdx]: https://spdx.org/licenses/ISC.html