Abacn commented on PR #27998:
URL: https://github.com/apache/beam/pull/27998#issuecomment-1682681889

   Experiment result shows fastjson in general is much more relax in 
non-standard syntax. We may need to add other configs, see below.
   
   | config | fastjson default | jackson default | jackson relaxed |
   |---|---|---|---|
   | normal | o | o | o |
   | ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER | o | x | o |
   | ALLOW_COMMENTS | o | x | o |
   | ALLOW_MISSING_VALUES | o | x | o |
   | ALLOW_NON_NUMERIC_NUMBERS | o | x | o |
   | ALLOW_NUMERIC_LEADING_ZEROS | o | x | o |
   | ALLOW_SINGLE_QUOTES | o | x | o |
   | ALLOW_TRAILING_COMMA | o | x | o |
   | ALLOW_UNQUOTED_CONTROL_CHARS | o | x | o |
   | ALLOW_UNQUOTED_FIELD_NAMES | o | x | o |
   | ALLOW_YAML_COMMENTS | x | x | o |


-- 
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