shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: JSON Utilities for Enhanced Data Handling #16

Open shravan20 opened 11 months ago

shravan20 commented 11 months ago

Summary

Develop a set of JSON utilities that streamline JSON data manipulation, comparison, and merging. These utilities should include functionalities to compare JSON objects, visualize differences between multiple JSONs, combine JSON data, and allow for overriding values from multiple JSONs. These features will significantly improve the handling and management of JSON data.

Motivation

JSON (JavaScript Object Notation) is a widely used format for data interchange. Creating utilities that simplify working with JSON data will save developers time and effort, especially when comparing and merging JSON objects, which are common operations during development and data processing.

Proposed Functionalities

Documentation:

Include comprehensive documentation explaining usage, parameters, expected outcomes, and additional functionalities.

Expected Outcome

Upon successful implementation, developers will have access to powerful JSON utilities, enhancing their ability to handle, compare, and merge JSON data effectively.

shubhankar-mern commented 10 months ago

i want to do this @shravan20

shravan20 commented 10 months ago

@shubhankar-mern : Assigning this to you 💫🔥

shubhankar-mern commented 10 months ago

https://github.com/shravan20/flare.ts/pull/25 closes it

shravan20 commented 10 months ago

@shubhankar-mern: Keeping this open since we have solved only - JSON Comparison

We still have following to be resolved: