It is already possible to create a structure from JSON.
It would be useful to get the opposite: the JSON for a given structure.
The feature would be something as: right click on a structure -> see in JSON format. Or something similar.
Sometimes it is useful to pass a serialized structure to parse in Javascript, for instance...