I am looking for a fast alternative to validate and minify JSON strings in Java. I can use Jackson to parse the JSON String into JsonNode and write it back into a s
JsonNode