mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Add support for decoding JSON arrays of arrays by handling, during
slice decoding, when the next token is an array opening. This produces
nested []interface{} slices.
Closes #640.