Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Web API 项目中使用 Jil。我试图了解如何自定义序列化 json 对象,当它是数组或列表时,例如:
{"listKey": ["fasdf", "asdfasdf"]}
我会得到
{"listKey": ["item": {"fsdfdsf", "fadsfasdf"}]
如何使用 Jil 实现自定义序列化?
谢谢