JSON 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.

License

License

Categories

Categories

IDE Development Tools Net JSON Data
GroupId

GroupId

net.minidev
ArtifactId

ArtifactId

json-smart
Last Version

Last Version

2.4.8
Release Date

Release Date

Type

Type

jar
Description

Description

JSON 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

https://urielch.github.io/
Project Organization

Project Organization

Chemouni Uriel
Source Code Management

Source Code Management

https://github.com/netplex/json-smart-v2

Download json-smart

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
net.minidev : accessors-smart jar 2.4.8

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-params jar 5.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.2
2.4.1
2.3.1
2.3
2.2.1
2.2
2.1.1
2.1.0
2.0
2.0-RC3
2.0-RC2
2.0-RC1
1.3.3
1.3.2
1.3.1
1.3
1.2
1.1.1
1.1
1.0.9-1
1.0.9
1.0.8
1.0.6.3