Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change JSON serialization to custom json.dumps (#31100)
* Change JSON serialization to custom json.dumps to prevent escaping of "<", ">", "&", "'" * caller has control over the order, remove sort_key=True * Move tojson into a proper function and expose a couple of other args --------- Co-authored-by: jun.4 <[email protected]> Co-authored-by: Matt <[email protected]>
- Loading branch information