Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2758#discussion_r193082747
--- Diff: nifi-commons/nifi-utils/pom.xml ---
@@ -40,5 +40,10 @@
<artifactId>nifi-api</artifactId>
<version>1.7.0-SNAPSHOT</version>
</dependency>
+ <dependency>
--- End diff --
I feel more convenient using Gson. I think it should be fine in this case
since we are just trying to find if there are JSON syntax issues and not using
some core serialization/deserialization that JSON libraries (Jackson, etc.,)
offer.
---