public WebJSONArray(final String _source) {
   array = JSON.parse(_source);
 }
 public WebJSONArray() {
   array = JSON.parse("[]");
 }