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
First off, thanks for this library, it works great. One issue I've ran into is that I'd like to prefix the meta and links keys when they are added to the deserialized record. This is to prevent any confusion from them being attributes (many of our records also have a metadata attribute, so there ends up being metadata and meta). I'm currently using a transform to rename them to resource_meta and resource_links, but by then, they would have already overwritten the meta and links attributes if they existed. Thanks!
The text was updated successfully, but these errors were encountered:
First off, thanks for this library, it works great. One issue I've ran into is that I'd like to prefix the
meta
andlinks
keys when they are added to the deserialized record. This is to prevent any confusion from them being attributes (many of our records also have ametadata
attribute, so there ends up beingmetadata
andmeta
). I'm currently using a transform to rename them toresource_meta
andresource_links
, but by then, they would have already overwritten the meta and links attributes if they existed. Thanks!The text was updated successfully, but these errors were encountered: