gpt4 book ai didi

.net - IronPython - JSON 选择

转载 作者:行者123 更新时间:2023-12-05 00:09:10 27 4
gpt4 key购买 nike

在 IronPython 2.0.1 中处理 JSON 的最佳方法是什么。原生 Python “标准库” json 看起来还没有实现。

如果我想使用 Newtonsoft Json.NET 库,我该怎么做?我可以将程序集添加到 GAC,但我的其他选择是什么?

最佳答案

此链接概述了使用 IronPython 添加对 .Net dll 的引用的方法:Haibo Luo's weblog : IronPython: clr.AddReference

因此,例如,如果您希望避免将 Json.NET 库放在 GAC 中,您可以使用
import clr

clr.AddReferenceToFile("jsonnet.dll")

或者
clr.AddReferenceToFileAndPath("C:\\libraries\\jsonnet.dll")

关于.net - IronPython - JSON 选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/799215/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com