is not current version
Last Version 2.4.8

net.minidev:json-smart 1.1.1

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.

Categories

Categories

IDE Development Tools Net JSON Data
GroupId

GroupId

net.minidev
ArtifactId

ArtifactId

json-smart
Version

Version

1.1.1
Type

Type

jar

Download json-smart 1.1.1


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