arangodb/java-velocypack

VPackParser::fromJson has no variant that takes VPackBuilder.BuilderOptions

CuriusAlgo opened this issue · 1 comments

The VPackBuilder used while parsing the Json string is always created with the default options, so it is impossible to get a VPackSlice with unindexed arrays/objects.

I created this PR #23 that should solve the problem.
Feel free to review or add comments to it.