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!
First off, thanks for this library, it works great. One issue I've ran into is that I'd like to prefix the
metaandlinkskeys when they are added to the deserialized record. This is to prevent any confusion from them being attributes (many of our records also have ametadataattribute, so there ends up beingmetadataandmeta). I'm currently using a transform to rename them toresource_metaandresource_links, but by then, they would have already overwritten the meta and links attributes if they existed. Thanks!