Description
JsonObject.put(String, Object) and JsonArray.add(Object) fail if the given value is a List or Map, even though we support this ability via the specialized methods like JsonObject.put(String, List<?>).
This is an issue because Spring Data Couchbase likes to pass a List to JsonArray.add(String, Object).
Attachments
Issue Links
- links to