我可以将JSON。网络与我的商业申请?

时间:2021-11-16 06:47:58

I am looking for a .NET JSON library that I can use to access JSON objects in a xpath like fashion. For example, given a JSON object in a string, can access its attributes by specifying a path in another string. Well, I found JSON.NET will do the job, however I am not sure if I can use and distribute it with my commercial application without any legal consequences or restrictions. Also, I am not planning to distribute the code of my app.

我正在寻找一个。net JSON库,我可以用它来像xpath一样访问JSON对象。例如,在字符串中给定一个JSON对象,可以通过在另一个字符串中指定路径来访问它的属性。嗯,我发现JSON。NET将完成这项工作,但是我不确定我是否可以在不受任何法律后果或限制的情况下使用和发布我的商业应用程序。另外,我也不打算发布我的应用程序代码。

I checked their readme, and the license states the following. I just want to make sure there is no hidden information, or useful things to know before picking this library. Thanks!

我检查了他们的自述文件,许可声明如下。我只是想确保在选择这个库之前没有隐藏的信息或有用的信息。谢谢!

License:

许可:

Copyright (c) 2007 James Newton-King

版权所有(c) 2007詹姆斯·牛顿-金

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

特此授予许可,免费的,任何人获得这个软件和相关的文档文件的副本(“软件”),解决在软件没有限制,包括但不限于权利使用、复制、修改、合并、出版、发行、有偿、和/或销售的软件副本,并允许他们软件摆设,应当具备下列条件:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

上述版权通知和本许可通知应包含在本软件的所有副本或大部分内容中。

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

本软件是“按原样”提供的,没有任何明示或暗示的保证,包括但不限于适销性、特定用途的适用性和不侵权的保证。在任何情况下,作者或版权持有人均不应对任何索赔、损害或其他责任承担责任,无论是在合同、侵权或其他行为中,由本软件引起、由本软件引起或与本软件的使用或其他交易有关。

1 个解决方案

#1


10  

JSON.NET is licensed under the MIT License which allows you to use it any type of application without any restriction. By the way I am quoting you the following from the home site which I would recommend you doing if you use it in a commercial application (don't feel obligated of course):

JSON。NET是在麻省理工学院许可下授权的,允许您使用任何类型的应用程序而不受任何限制。顺便说一下,我在主页上引用了以下内容,如果您在商业应用程序中使用它,我建议您这样做(当然不觉得有义务这么做):

Json.NET is a free open source project that has been developed over hundreds of hours of my own time. If you are using Json.NET commercially and you find Json.NET useful I'd appreciate donations to help support future development. -JamesNK

Json。NET是一个免费的开源项目,在我自己的时间里开发了几百个小时。如果您正在使用Json。在商业上,你可以找到Json。非常感谢大家的捐助,以支持未来的发展。-JamesNK

#1


10  

JSON.NET is licensed under the MIT License which allows you to use it any type of application without any restriction. By the way I am quoting you the following from the home site which I would recommend you doing if you use it in a commercial application (don't feel obligated of course):

JSON。NET是在麻省理工学院许可下授权的,允许您使用任何类型的应用程序而不受任何限制。顺便说一下,我在主页上引用了以下内容,如果您在商业应用程序中使用它,我建议您这样做(当然不觉得有义务这么做):

Json.NET is a free open source project that has been developed over hundreds of hours of my own time. If you are using Json.NET commercially and you find Json.NET useful I'd appreciate donations to help support future development. -JamesNK

Json。NET是一个免费的开源项目,在我自己的时间里开发了几百个小时。如果您正在使用Json。在商业上,你可以找到Json。非常感谢大家的捐助,以支持未来的发展。-JamesNK