Last Version

JSON Small and Fast Parser mini edition 1.3.2

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.

License

License

Categories

Categories

IDE Development Tools Net JSON Data
GroupId

GroupId

net.minidev
ArtifactId

ArtifactId

json-smart-mini
Version

Version

1.3.2
Type

Type

jar
Description

Description

JSON Small and Fast Parser mini edition
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 Organization

Project Organization

Chemouni Uriel

Download json-smart-mini 1.3.2


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar [4.13.2,)

Project Modules

There are no modules declared in this project.