parseOptStringList

Parses a JSONArray to a list of Strings.

Return

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

Parameters

jsonArray

The JSONArray to be read.