StopWatch timer = new StopWatch();
for (int j = 0; j < 10000; j++) {
JsopObject o = (JsopObject) Jsop.parse(jsop);
assertEquals(data, o.get("child99"));
}
System.out.println(timer.seconds() + " lengthIndex=" + lengthIndex);
}
}
public void testDataType() {
String s = (String) Jsop.parse("\"Hello\"");