Skip to content
Snippets Groups Projects

Features/json adapter

Merged Michael Thies requested to merge features/json_adapter into master
Compare and
21 files
+ 3593
47
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 11
0
"""
This package contains the serialization and deseralization of PyAAS objects to/from json.
json_serialization.py
The modul offers a function to write PyAAS to a given file and therefore defines a json.JSONEncoder which converts
all PyAAS objects and their attributes into standard python objects which can already can be serialized by the
standard JSONEncoder.
json_deserialization.py
TODO:
"""
Loading