License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Net JSON Data |
GroupId | GroupIdnet.minidev |
ArtifactId | ArtifactIdjson-smart |
Last Version | Last Version2.4.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.minidev : accessors-smart | jar | 2.4.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |