Was incorrectly choosing Athena::Serializer for JSON::Serializable types nested within a hash/named tuple resulting in the value being null
NOTE: Only 1 level deep of the hash/nt value type is checked. I.e. Hash(String, Hash(String, SomeJsonType)) would not work. Nested array values are supported however
Athena::Serializer
forJSON::Serializable
types nested within a hash/named tuple resulting in the value beingnull
Hash(String, Hash(String, SomeJsonType))
would not work. Nested array values are supported however