dan-s1 commented on code in PR #11208:
URL: https://github.com/apache/nifi/pull/11208#discussion_r3202233293


##########
nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/java/org/apache/nifi/json/AbstractJsonRowRecordReader.java:
##########
@@ -71,6 +73,14 @@ public abstract class AbstractJsonRowRecordReader implements 
RecordReader {
             .addValidator(StandardValidators.BOOLEAN_VALIDATOR)
             .build();
 
+    public static final PropertyDescriptor JSON_PARSE_MODE = new 
PropertyDescriptor.Builder()
+            .name("JSON Parse Mode")
+            .description("Specifies whether to parse the incoming JSON per the 
JSON specification or allow for lenient parsing")

Review Comment:
   Okay. The wording I am not sure is accurate as if lenient is chosen, it will 
not be according to the JSON specifications. Jackson specifically says in their 
Javadoc, that the lenieincies are not per the JSON specification.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to