remondis-it / pact-consumer-builder

Library for generating pact consumer expectations from java beans
Apache License 2.0
14 stars 6 forks source link

Top level array feature renders wrong json structure #14

Closed schuettec closed 4 years ago

schuettec commented 4 years ago

The top level array feature does not render a top level array. Even the test expectations are wrong.

The test produces

{"children":[{"string":"string"}]}

but really expected is

[{"children":[{"string":"string"}]}]
schuettec commented 4 years ago

Release 0.1.0