You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON files which don't use id numbers as a primary key (most of them) will more often than not have one that would make more sense if merged with its child (flattened) when an id is added in JTask::Convert.from_json.
Seems a little stupid now, doesn't it? JTask::Convert should offer an option to flatten the parent key and merge it under a new key in it's child. Something like this...
JSON files which don't use id numbers as a primary key (most of them) will more often than not have one that would make more sense if merged with its child (flattened) when an id is added in
JTask::Convert.from_json
.employees.json
Current JTask Conversion:
Seems a little stupid now, doesn't it? JTask::Convert should offer an option to flatten the parent key and merge it under a new key in it's child. Something like this...
The text was updated successfully, but these errors were encountered: