This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
JSON datamodel for type information #4
Open
Description
Is your feature request related to a problem?
Serialize every possible typing and refined types (boundries) to JSON. We should be able to convert instances of all classes defined in #3 to JSON.
Desired solution
- Each type class created in Python class hierarchy for types #3 must have a to_dict and from_dict method.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog