Json – Can I compare a random value with the name of an class' attribute?
I have a chunk of code like this: public class Plays { private Hamlet hamlet; private AsLike aslike; private Othello othello; public Plays() { } //getters & setters } I know it would be better to do a class "Play.java"…