Description
The JsonParser should be able to instantiate into an interface like so:
public static interface O37 { public String getFoo(); public void setFoo(String foo); }
This doesn't appear to be working anymore.
The JsonParser should be able to instantiate into an interface like so:
public static interface O37 { public String getFoo(); public void setFoo(String foo); }
This doesn't appear to be working anymore.