Skip to content

v2.0.10: Converts ArrayHash to array recursively

Choose a tag to compare

@thorewi thorewi released this 12 Jul 11:10
· 54 commits to main since this release
Replaces Json encoding/decoding with a custom recursive conversion to handle ArrayHash to array conversion.

This approach avoids potential issues with JSON encoding and decoding, especially with complex data structures.