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