rusackas commented on PR #32294:
URL: https://github.com/apache/superset/pull/32294#issuecomment-2675343997

   > What do you think of initially parse input data with native JSON.parse and 
if failed, fixes the input string and reparse again?
   
   I think that's a good idea... it seems like it would de-risk `jsonrepair` 
doing anything unexpected/unintended.
   
   Optionally, you could go the extra mile and `try` the `jsonrepair` and throw 
an error about malformed json if both methods fail. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to