JackWFinlay / jsonize

Convert HTML to JSON.
MIT License
22 stars 12 forks source link

Investigate migration to AngleSharp as HTML parsing engine #34

Closed JackWFinlay closed 6 years ago

JackWFinlay commented 6 years ago

Investigate whether migration to the AngleSharp HTML parsing engine is feasible.

Points to consider:

JackWFinlay commented 6 years ago

Migrated to AngleSharp. Work is required to retain the output format that is expected as per version 1.0.x.

JackWFinlay commented 6 years ago

After exploring the use of AngleSharp in this project I have deemed that I will not be migrating away from HtmlAgilityPack. It appears as though the project has been picked up again, so it's probably best to stay with the original engine, rather than re-working and potentially breaking the expected output.