The structure of the Object I want to serialize is
```javaVert.x JsonObject Serialized String contains "Map" and "empty" filed, But I do not want to have all these extra "map" and "empty" nodes. What I can I do to remove them?
```json
{ "code": -1, "data": [ { "map": { "n": 0, "writeErrors": { "list": [ { "map": { "index": 0, "code": 11000, "errmsg": "E11000 duplicate key error collection: test.users index: _id_ dup key: { : 5 }" }, "empty": false }, { "map": { "index": 1, "code": 11000, "errmsg": "E11000 duplicate key error collection: test.users index: _id_ dup key: { : 6 }" }, "empty": false }, { "map": { "index": 2, "code": 11000, "errmsg": "E11000 duplicate key error collection: test.users index: _id_ dup key: { : 3 }" }, "empty": false }, { "map": { "index": 3, "code": 11000, "errmsg": "E11000 duplicate key error collection: test.users index: _id_ dup key: { : 7 }" }, "empty": false } ],"empty": false }, "ok": 1.0 }, "empty": false } ], "size": 0, "error": null }
```

--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/91a07fb6-3a6c-42c8-968a-7a29827fd787n%40googlegroups.com.