top.jfunc.json.impl.JSONArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Json-jackson Show documentation
Show all versions of Json-jackson Show documentation
common json interface implements by jackson
The newest version!
package top.jfunc.json.impl;
import top.jfunc.json.Json;
import top.jfunc.json.JsonArray;
import top.jfunc.json.JsonException;
import top.jfunc.json.JsonObject;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.util.*;
/**
* @author xiongshiyan at 2018/6/11
*/
public class JSONArray extends BaseListJSONArray {
private static final ObjectMapper objectMapper = new ObjectMapper();
public JSONArray(List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy