Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bb010g/html2json
- Owner: bb010g
- License: apache-2.0
- Created: 2019-04-15T01:36:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T01:36:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T15:12:46.339Z (3 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.txt
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