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