JSON Small and Fast Parser mini edition

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-mini
Последняя версия

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

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON Small and Fast Parser mini edition
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.
Организация-разработчик

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

Chemouni Uriel

Скачать json-smart-mini

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

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

Зависимости

test (1)

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

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

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

json-smart-v1

notes:

Json-smart V1.X, Json-smart V2.X, Json-smart-mini v1.X are all maintained.

Json-smart V1.X

legacy version compatible with org.json implementation.

Json-smart-mini V1.X

a smaller version of Json-smart V1.X.

Json-smart-mini V2.X

A fastest version, with mapping support.

changelog

  • V 1.3.3 fix out of bound exception

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

Версия
1.3.2
1.0.8
1.0.6.3