现在core2.3项目要升级core3,看着内置的System.text.Json有号称这么强大的性能,就跃跃一试。这会儿替换了以下,马上就要放弃幻想了,竟然还有这样的bug。大家有碰到过的么,如何解决。
System.Text.Json返回:
"jsonData":"{\{\"Id\":7,\"Name\":\"\添\加\部\门\信\息\",\"Url\":\"AdminDepartment/Add\",\"MenuId\":9}
上面的中文部分,为什么每个字符都给加了个\。
相关问题
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Json.NET deserializing contents of a JObject?
- Easiest way to get json and parse it using JQuery
相关文章
- json_encode 没有把数组转为json
- Livy Server: return a dataframe as JSON?
- Unexpected end of JSON input from an ajax call
- How do I do a nested list (array) of schema refere
- iconv() Vs. utf8_encode()
- Convert C# Object to Json Object
- LINQ .Include() properties from sub-types in TPH i
- How to make a custom list deserializer in Gson?
参考之前的博问 .NET Core 3.0 中使用 System.Text.Json 序列化中文时的编码问题