We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe1ee4 commit 114b091Copy full SHA for 114b091
1 file changed
src/main/java/com/jsoniter/spi/ClassDescriptor.java
@@ -205,7 +205,6 @@ private static void encodingDeduplicate(ClassDescriptor desc) {
205
continue;
206
}
207
existing.toNames = new String[0];
208
- throw new JsonException("field encode to same name: " + toName);
209
210
211
0 commit comments