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 / autocomplete-custom-tag-input.markdown
Created November 12, 2018 05:59
Autocomplete + Custom tag input

Autocomplete + Custom tag input

Quick demo of possibilities available for tag inputs.

(using TagSuggest by Nicolas Bize)

Enjoy!

A Pen by Curt Husting on CodePen.

@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 {