Redo primitive deserialization code to use no-param constructors
Open
Firely
- Dominant language
- TypeScript
- Stars
- 154
- Forks
- 57
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Currently, we need to have specific constructors for each primitive, but we can also use the no-param constructors and then set the `ObjectValue`. This will allow us to keep track of invalid values too.
Contributor guide
Assessment
This issue has not been assessed yet.