parseOptIntegerList

Parses a JSONArray to a list of integers.

Return

A List of integers, or null if the jsonArray was null.

Parameters

jsonArray

The JSONArray to be read.