Changes:
* Added JSON serialize/deserialize support for `DataSet` objects (from CodraFT project,
<https://codra-ingenierie-informatique.github.io/CodraFT/>)
* Array editor: switching to read-only mode when array is not writeable
* Object editor (`oedit` function): cleaner implementation, handling widget
parenting (code specifically related to Spyder internal shell was removed)
Bug fixes:
* Array editor: fixed error when NumPy array flag "writeable" is False,
do not try to change flag value since it's a deprecated feature since NumPy v1.17
* Do not install Qt translator and set color mode (dark/light) on Qt application if
it already has been initialized (QApplication instance is not None)