使用C#动态解析Json并批量批量序列化

如何一次在id数组中动态传递或发送ID为批次10 ID,并在C#中进行序列化和反序列化

{
"custom": {
    "static": {
        "items": [
            {
                "collection": {
                    "id": [ xxxxx,xxxx,xxxx....

                    ]
                }
            }
        ]
    }
},"output": ["id","status.serial.code","status.serial.date"],"size": 1000

预期: 1)来自列表或字典集合的带有动态ID的单个Json字符串 2)从批次清单/字典集合中获取每10个ID的响应

lxxlwj 回答:使用C#动态解析Json并批量批量序列化

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3161661.html

大家都在问