We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b6cbd commit b62a221Copy full SHA for b62a221
src/javaxt/json/JSONArray.java
@@ -228,6 +228,16 @@ public boolean equals(Object obj){
228
}
229
230
231
+ //**************************************************************************
232
+ //** toArray
233
234
+ /** Returns an array of Objects backing the JSONArray
235
+ */
236
+ public Object[] toArray(){
237
+ return arr.toArray();
238
+ }
239
+
240
241
//**************************************************************************
242
//** toString
243
0 commit comments