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

JSON-java-ordered 20180813

A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования KeY Данные Data Formats Formal Verification JSON
Группа

Группа

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

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

json-java-ordered
Версия

Версия

20180813
Тип

Тип

jar
Описание

Описание

JSON-java-ordered
A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.
Ссылка на сайт

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

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

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

https://github.com/anandvarkeyphilips/json-java-ordered

Скачать json-java-ordered 20180813


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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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