You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-29 22:47:28 +02:00
fix #274, unescape before base64 decode
This commit is contained in:
@@ -20,5 +20,8 @@ func init() {
|
||||
}, unmarshalCase{
|
||||
ptr: (*[]byte)(nil),
|
||||
input: `"aGVsbG8="`,
|
||||
}, unmarshalCase{
|
||||
ptr: (*[]byte)(nil),
|
||||
input: `"c3ViamVjdHM\/X2Q9MQ=="`,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user