adapter: re-publish reader/writer functions
1 unresolved thread
1 unresolved thread
Re-publish reader/writer functions and relevant classes from adapter.json and adapter.xml modules.
Rename read_json_aas_file to read_aas_json_file.
Change json and xml module imports accordingly.
Close #65 (closed)
Edited by Leon Mauritz Möller
Merge request reports
Activity
14 14 import os 15 15 16 16 from aas import model 17 from aas.adapter.xml import xml_serialization 17 from aas.adapter.xml import write_aas_xml_file, xml_serialization mentioned in commit dffc1fa1
Please register or sign in to reply