张幸铖
张幸铖
从 .NET Core 3.0 开始有内置的 Json 序列化类 `System.Text.Json.JsonSerializer` 并且性能比 `Newtonsoft.Json` 更好。目前 Baidu.AI 依赖于 Newtonsoft.Json 造成使用者在 .NET Core 3.0 项目中也要依赖于它。请问是否考虑发布一份面向 .NET Core 3.0 的、不依赖于 Newtonsoft.Json 的版本?
`groupJoin` produces empty result when inner is empty. Let's see the following example. ```javascript const Enumerable = require("node-enumerable"); const persons = [ { name: "Tanja" }, { name: "Marcel" },...
Thanks for the great project! There are so many commits since last release (Apr 7, 2023), is there any plan to release a new version?