166167168169170171172173174
{ Object ob = null; String input = new String(mData, "UTF-8"); for (int i = 0; i < reps; ++i) { // StringTree impl only accepts Strings: ob = new JSONReader().read(input); } return ob.hashCode(); }