Posts

Showing posts from 2022

Query Builder using Angular

Image
 Hi All, Initial Update: 09/08/2022 I am building a kind of SQL Query builder with nested statements and conditions using Angular and Typescript. This is currently in development and completed yet. I have used control value accessor interface available in angular with nested child components. The main idea is not mine at all also I have referred a blog to build this but I have changed as per my requirement, there is quite a few providers which offer angular components for these. But i decided to make it my own. Here are my initial screenshots. Screenshot 1: Screenshot 2 JSON Structure for this: I don't have the blog reference now, i missed it. I will try to include it in the next update if I find it. The project is live. Please visit here:  Query Builder   I will add more features into it. Thanks for reading.

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!!!!