framework
framework copied to clipboard
Configuration: add typing information to avoid client knowing if its raw or not
Possible solutions:
- add item suffix (easiest)
- add metdata key with type (requires managing two keys)
- Wrap in json always with key being type, value being the thing to save (least performant)
All of them require update code once implemented