Brandon689 / HtmlToJsonConverterWeb

HTML to JSON Converter: A web tool that transforms HTML into structured JSON with customizable parsing options. Built with ASP.NET Core MVC.

Home Page:https://htmltojsonconverter.azurewebsites.net/

Repository from Github https://github.comBrandon689/HtmlToJsonConverterWebRepository from Github https://github.comBrandon689/HtmlToJsonConverterWeb

HTML to JSON Converter πŸ”„

A web-based tool to convert HTML into JSON format with various parsing options.

🌎 Live Website

Visit our free live converter: HTML to JSON Converter

Try it out now! Convert your HTML to JSON with just a few clicks.

🌟 Features

  • Convert HTML to JSON with multiple parsing modes:
    • Generic
    • Table
    • JSON-LD
  • Customizable conversion options:
    • Attribute prefix
    • Text property name
    • New line conversion
    • Indentation
    • JSON unescaping
    • Word trimming
    • Table conversion

πŸš€ Getting Started

Prerequisites

  • .NET 6.0 SDK or later
  • Visual Studio 2022 or Visual Studio Code

Installation

  1. Clone the repository git clone https://github.com/yourusername/html-to-json-converter.git
  2. Open the solution in Visual Studio or the folder in VS Code
  3. Restore NuGet packages
  4. Build the solution

Running the Application

  • In Visual Studio: Press F5 or click "Run"
  • In VS Code: Use the integrated terminal to run dotnet run

πŸ–₯️ Usage

  1. Enter your HTML in the input box
  2. Select your desired parsing options
  3. Click "Convert"
  4. View the JSON output in the result box

πŸ› οΈ Technologies Used

  • ASP.NET Core MVC
  • C#
  • HTML/CSS
  • JavaScript
  • Bootstrap

πŸ“š Libraries

  • AngleSharp: For HTML parsing
  • Newtonsoft.Json: For JSON manipulation

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

πŸ“ License

This project is MIT licensed.

πŸ‘ Acknowledgements

About

HTML to JSON Converter: A web tool that transforms HTML into structured JSON with customizable parsing options. Built with ASP.NET Core MVC.

https://htmltojsonconverter.azurewebsites.net/

License:MIT License


Languages

Language:HTML 58.2%Language:C# 28.1%Language:CSS 12.3%Language:JavaScript 1.4%