assertNotNull(paths);
assertEquals(5, paths.size());
assertTrue(TestUtils.matchExpected(paths, expectedIds1, expectedIds2, expectedIds3, expectedIds4, expectedIds5));
JSONObject jsonPaths = new JSONPathFormatConverter().convert(paths);
assertNotNull(jsonPaths);
try {
assertEquals(5, ((JSONObject)jsonPaths.get("paths")).length());
} catch (JSONException e) {
fail(e.getMessage());