Open JSON

A clean-room Apache-licensed implementation of simple JSON processing

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

com.tdunning
Идентификатор

Идентификатор

json
Последняя версия

Последняя версия

1.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Open JSON
A clean-room Apache-licensed implementation of simple JSON processing
Ссылка на сайт

Ссылка на сайт

https://github.com/tdunning/open-json
Система контроля версий

Система контроля версий

https://github.com/tdunning/open-json

Скачать json

Имя Файла Размер
json-1.8.pom
json-1.8.jar 23 KB
json-1.8-sources.jar 25 KB
json-1.8-javadoc.jar 67 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.tdunning/json/ -->
<dependency>
    <groupId>com.tdunning</groupId>
    <artifactId>json</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.tdunning/json/
implementation 'com.tdunning:json:1.8'
// https://jarcasting.com/artifacts/com.tdunning/json/
implementation ("com.tdunning:json:1.8")
'com.tdunning:json:jar:1.8'
<dependency org="com.tdunning" name="json" rev="1.8">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tdunning', module='json', version='1.8')
)
libraryDependencies += "com.tdunning" % "json" % "1.8"
[com.tdunning/json "1.8"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Open JSON

This code is extracted from the Android project to allow a clean-room implementation of the popular JSON API to be available under a free license as a small and independent dependency.

The original library [1] is licensed under a standard BSD license [2] with an additional line that requires the use of the software only for "non-evil" purposes. Since this is ill-defined, many downstream consumers of this software find this license condition unacceptable. The moral is don't put jokes into legal documents.

Going forward, it would be good to look at the independent open-json project[3]. The goals of that project go beyond the original goals for a drop-on replacement for the original json.org library.

Acknowledgements

Thanks to the Android team for doing 99% of the work.

Thanks also to Simon Lessard for lending his critical eye and excellent suggestions.

Thanks to Tobias Soloschenko and Martin Grigorov with suggestions so open-json can help Wicket avoid the problem.

[1] http://www.json.org/ [2] http://www.json.org/license.html [3] https://github.com/openjson

Версии библиотеки

Версия
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0