mirror of
https://github.com/json-iterator/go.git
synced 2025-04-20 11:28:49 +02:00
[]byte or []uint8 are encoded as base-64 encoded string. Per this, non-nil empty slice should not get marshalled as null, rather as "". This restores compatibility with the standard library.