public class JSONUtils
Constructor and Description |
---|
JSONUtils() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
getDependencyGraph(JSON.Value root,
JSON.Value list,
String keyword) |
static List<String> |
getDependencySortedList(JSON.Value root,
JSON.Value list,
String keyword) |
public static Map<String,Set<String>> getDependencyGraph(JSON.Value root, JSON.Value list, String keyword)
public static List<String> getDependencySortedList(JSON.Value root, JSON.Value list, String keyword)