bbovenzi commented on PR #22744:
URL: https://github.com/apache/airflow/pull/22744#issuecomment-1090234197

   > @bbovenzi In #14545 You change this from `data = {{ data |tojson }};` to 
`JSON.parse('{{ data|tojson }}')` -- can you remember if is there a reason why? 
This is the only place in the code base that we have the `JSON.parse` and 
`tojson` together.
   
   Actually, it looks like we can get rid of `JSON.parse()`: 
https://github.com/apache/airflow/pull/22780


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