mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-19 00:00:46 -04:00
Ignore static fields in JSONObject.fromJson()
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.json.junit.data;
|
||||
|
||||
public class CustomClassJ {
|
||||
public static String classState = "original";
|
||||
public int number;
|
||||
|
||||
public CustomClassJ() {}
|
||||
}
|
||||
Reference in New Issue
Block a user