Simple JSON Tools


Hi There,

I have referred and built few small and simple JSON tools. Its not that its not out there just small GitHub projects. It doesn't send data to any server. Its just and HTML page and uses vanilla JavaScript.

format JSON
       This is a tool to format the JSON content. You can check it out here. Its hosted in GitHub here!!
       Check out the source code here.

 Compare JSON
        Using this tool you can compare two JSON objects by placing it side by side. You are the one comparing. 

 Deep Compare JSON
         This tool compares two JSON objects and checks if it has updated , deleted or created. You can get a JSON output of the comparison done.
            https://preetranjan.github.io/deep-compare-json/


Thanks for reading!!!!

Comments

Popular posts from this blog

Use SCSS with ASP.NET Core 5.x or 3.X

Building a Login Flow with .NET MAUI

PySpark Schema Generator - A simple tool to generate PySpark schema from JSON data