I am parsing JSON responses from REST API in Java, but I don't want to create a Java class (POJO) for each response (responses have different data structures and fields). Is there a more generic JSON parser in Java that is similar to the straightforward syntax of JavaScript? I am parsing JSON responses from REST API in Ja