`JSON(..., encoding=true)` 会损坏补充 Unicode 字符
作者: NaimurRahmannn创建于 2026年9月4日更新于 2026年9月4日
The issue appears to originate from the Unicode escaping logic in stringsToJSON. The implementation writes each Unicode code point after a single \\\u prefix:
内容来源: beego/beego