All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.test4j.json.JSON2Java Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
//package org.test4j.json;
//
//import com.alibaba.impl.JSONArray;
//
//public class JSON2Java {
//    public static String json2map(String json) {
//        if (json == null) {
//            return null;
//        } else if (json.startsWith("[") && json.endsWith("]")) {
//            JSONArray array = JSON.parseArray(json);
//        }
//    }
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy