| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-smart-2.4.8.pom | |
| json-smart-2.4.8.jar | 49 KB |
| json-smart-2.4.8-sources.jar | 35 KB |
| json-smart-2.4.8-javadoc.jar | 130 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.minidev : accessors-smart | jar | 2.4.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |