Minimal JSON Library Wrapper

Wraps mjson, providing full path accessors to JSON data, meaningful exception when expectation fail and JSON comparator for unit testing.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.techmale
ArtifactId

ArtifactId

mJSONWrapper
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Minimal JSON Library Wrapper
Wraps mjson, providing full path accessors to JSON data, meaningful exception when expectation fail and JSON comparator for unit testing.
Project URL

Project URL

https://github.com/rossillingworth/mJSONWrapper
Source Code Management

Source Code Management

http://github.com/rossillingworth/mJSONWrapper

Download mJSONWrapper

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.sharegov : mjson jar 1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
commons-io : commons-io jar 1.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0