Posts

Showing posts from July, 2022

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.                https://preetranjan.github.io/format-json/  Compare JSON         Using this tool you can compare two JSON objects by placing it side by side. You are the one comparing.                  https://preetranjan.github.io/compare-json/  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!!!!