Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Unknown
Description
Currently its hardcoded to a List
List<?> list = (List<?>) graph;
It should instead be more accepting input as it can be a string/stream/byte[] of json data or something. Or something that can be iterated.