Today I found this use case where our partner was sending us information either as nil or as an array of hashes.
I couldn't find any readily available documentation on it, so I decided to make this PR.
Let me know if this is helpful (or if it is even correct?!)
Today I found this use case where our partner was sending us information either as
nil
or as an array of hashes. I couldn't find any readily available documentation on it, so I decided to make this PR. Let me know if this is helpful (or if it is even correct?!)