net.minidev:json-smart (1.3.1)

Published 2026-02-24 13:43:49 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.minidev</groupId>
	<artifactId>json-smart</artifactId>
	<version>1.3.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.minidev:json-smart:1.3.1

About this package

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.

Dependencies

junit:junit
Details
Maven
2026-02-24 13:43:49 +00:00
1
JSON Small and Fast Parser
2.0 KiB
Assets (1)
Versions (1) View all
1.3.1 2026-02-24