SecureJSON

A secure JSON library.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.chelseaurquhart
ArtifactId

ArtifactId

secure-json
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

SecureJSON
A secure JSON library.
Project URL

Project URL

https://github.com/curquhart/secure-json/
Source Code Management

Source Code Management

https://github.com/curquhart/secure-json/

Download secure-json

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.jodah : typetools jar 0.5.0

Project Modules

There are no modules declared in this project.

Secure JSON

Pipeline Status Coverage Report Documentation Status Quality Gate

About

Secure JSON is a JSON reader and writer that works outside of the garbage-collected heap. It can work on CharSequence (including String) or InputStream. Serialization is to a bytebuffer-backed CharSequence and is destroyed immediately after it has been consumed.

It is Java 7 and higher compatible (tests run against Java 7, Java 8, Java 10, and Java 11).

Visit securejson.readthedocs.io for full documentation.

Versions

Version
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0