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.

License

License

Categories

Categories

IDE Development Tools Net JSON Data
GroupId

GroupId

net.minidev
ArtifactId

ArtifactId

json-smart-mini
Last Version

Last Version

1.3.2
Release Date

Release Date

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

How to add to project

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

json-smart-v1

notes:

Json-smart V1.X, Json-smart V2.X, Json-smart-mini v1.X are all maintained.

Json-smart V1.X

legacy version compatible with org.json implementation.

Json-smart-mini V1.X

a smaller version of Json-smart V1.X.

Json-smart-mini V2.X

A fastest version, with mapping support.

changelog

  • V 1.3.3 fix out of bound exception

Versions

Version
1.3.2
1.0.8
1.0.6.3