Skip to content

Instantly share code, notes, and snippets.

View lennonjesus's full-sized avatar
🎯
Focusing

Lennon Jesus lennonjesus

🎯
Focusing
View GitHub Profile
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.*;
public class JsonHelper {
public static Object toJSON(Object object) throws JSONException {
if (object instanceof Map) {
JSONObject json = new JSONObject();