public class DAPList2JSONArray
extends java.lang.Object
Constructor and Description |
---|
DAPList2JSONArray() |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONArray |
buildJSONFromList(java.util.List<DateAndPrice> list)
takes a date-and-price list and transforms it into a JSON array
|
public static org.json.JSONArray buildJSONFromList(java.util.List<DateAndPrice> list)
list
- the date-and-price list