There was an error while loading. Please reload this page.
The serialized result is missing a comma.
System.out.println(Jsonb.builder().build().type(JsonArray.class) .toJson( JsonArray.create().add(JsonArray.create().add("")).add(JsonArray.create().add("")) ) );
Expected result
[[""],[""]]
Actual result
[[""][""]]