Closed
Description
/### Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Describe the solution you'd like
When importing a json or dictionary into Set (encoded as byte[]) it should be saved for each key in the json and not as one big string in the "data" field.
An example is shown in attachment "old" vs "new".
Accessing different fields should be faster than returning the entire string.
If the json is a list then the key should be taken from each json object the first element.
Additional context
I have already implemented it on my fork, if that is of any interest
Old:
New:
If Json is a list take first value as id: