Json Parse

Parses json to standard Java Map or List

License

License

Categories

Categories

JSON Data
GroupId

GroupId

ca.fuzzlesoft
ArtifactId

ArtifactId

json-parse
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

Json Parse
Parses json to standard Java Map or List
Project URL

Project URL

https://github.com/mitchhentges/json-parse

Download json-parse

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0