Skip to content

Instantly share code, notes, and snippets.

View goyalzz's full-sized avatar
🏠
Working from home

Ankush Goyal goyalzz

🏠
Working from home
View GitHub Profile
@goyalzz
goyalzz / JsonUtils.java
Last active January 9, 2021 18:33
Compare two JSON Objects and get Difference.
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.springframework.stereotype.Service;
public class JsonUtils {