I’ve found this super-helpful when processing OpenAPI data, because you can convert a $ref, which is given as a URI, into an array (slice), then pass that to index to access an object under .Site.Data.
Hey, thanks again. I’m going to play around with that slice technique, I think it may have helped with an earlier issue I ran into. Solved that with a top down reorganization of my content that wound up being better than I started with, but I’m sure as I get deeper into this project I’ll run into more of the same.