Jean-Alexis Aufauvre

Results 2 issues of Jean-Alexis Aufauvre

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

Hi, The `JsonObject` class turns empty objects into empty arrays and thus is unable to give back the original JSON representation. For example: ```json { "item1": {}, "item2": {} }...