json-parser

An implementation of Java JSON Parser

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

json-parser
An implementation of Java JSON Parser
Ссылка на сайт

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

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

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

com.github.tnakamot
Система контроля версий

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

https://github.com/tnakamot/json-parser

Скачать json-parser

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.12.10
org.apache.commons : commons-text jar 1.8
commons-codec : commons-codec jar 1.14
org.jetbrains : annotations jar 16.0.1

test (2)

Идентификатор библиотеки Тип Версия
net.aichler : jupiter-interface jar 0.8.3
org.junit.jupiter : junit-jupiter-params jar 5.1.1

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

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

Java JSON Parser

Build Status GitHub Maven Central

This is a Java library to parse JSON text into Java objects. This library is compatible with RFC 8259.

The feature of this library is that it keeps the original JSON text information in the Java objects. Therefore, for example, your application can show where exactly (line number & column number) the JSON text has a problem if there is a semantic error.

Documents

Visit this website.

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

Версия
0.2.1
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4