Remove the need for 'node_sanitize'

Description

node_sanitize is a convenience function we had to strip node information and sort dictionaries before we dumped them either in json or in yaml.

We can do the second part directly with json or yaml and can therefore remove the node_sanitize part of it.

For the rest, adding Node.strip_node_info() to remove all the node information.

Merge request reports

Loading