public static List selectNodesByPath(Map<String, Object> map, String path) { String[] split = path.split("/"); Map<String, Object> obj = map; return null; }
public static List selectNodesByPath(Map<String, Object> map, String path) { String[] split = path.split("/"); Map<String, Object> obj = map; return null; }