Creates Location from Json string
static List<Location> fromJsonListString(String value) => fromJsonList(jsonDecode(value));