GavinRay97 commented on pull request #2730:
URL: https://github.com/apache/calcite/pull/2730#issuecomment-1052495462


   This is trickier than I thought actually, since each JSON call invokes 
`jsonize()`, if you have nested JSON functions they will be parsed `n` number 
of times.
   
   Each parse will add another set of escapes. The only proper way to handle 
this is to parse only once, at the top-level object, but this isn't currently 
possibly as far as I know =/
   


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