JSON Small and Fast Parser

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки Сеть JSON Данные
Группа

Группа

net.minidev
Идентификатор

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

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

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

2.4.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON Small and Fast Parser
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Ссылка на сайт

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

https://urielch.github.io/
Организация-разработчик

Организация-разработчик

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

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

https://github.com/netplex/json-smart-v2

Скачать json-smart

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.minidev : accessors-smart jar 2.4.8

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-params jar 5.7.1

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

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

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

Версия
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.2
2.4.1
2.3.1
2.3
2.2.1
2.2
2.1.1
2.1.0
2.0
2.0-RC3
2.0-RC2
2.0-RC1
1.3.3
1.3.2
1.3.1
1.3
1.2
1.1.1
1.1
1.0.9-1
1.0.9
1.0.8
1.0.6.3