Last Version

json-sanitizer 1.2.3

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.mikesamuel
ArtifactId

ArtifactId

json-sanitizer
Version

Version

1.2.3
Type

Type

jar
Description

Description

json-sanitizer
Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.
Project URL

Project URL

https://github.com/OWASP/json-sanitizer
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/OWASP/json-sanitizer

Download json-sanitizer 1.2.3


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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.