Structure Ephemeral Data
Here’s an almost-1.0.0 release of Structure: a minimal Ruby data structure that transforms API responses, config data, and what not into beautiful POROs. The code weighs just over 200 sloc. Fresh and juicy.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Here’s an almost-1.0.0 release of Structure: a minimal Ruby data structure that transforms API responses, config data, and what not into beautiful POROs. The code weighs just over 200 sloc. Fresh and juicy.
Comments
You should checkout Virtus. It’s basically the attribute layer for DataMapper 2. It doesn’t exactly support relationships, but it will do EmbeddedValue.
Post a comment