adapter.json: support serializing/deserializing stripped objects
This MR adds the ability to serialize and deserialize stripped objects to the JSON adapter, see #91.
It also adds the read_aas_json_file_into()
method and thus closes #63 (closed).
Furthermore it does some minor cleanup, see individual commits for details.