);
}
@Test
public void testIndentedArraysPrettyPrint() throws JSONException {
final JSONObject jo = new TestJSONObject();
final JSONRenderer.Options opt = renderer.options().withArraysForChildren(true).withIndent(2);
final DespacedRendering r = new DespacedRendering(renderer.prettyPrint(jo, opt));
r.expect(
"-nl-_string_:_thisstring_,-nl-_int_:12,-nl-_long_:42,-nl-_boolean_:true,",
"_array_:[-nl-true,-nl-_hello_,-nl-52,-nl-212-nl-]-nl-,",