is not current version
Last Version 1.2.3

com.mikesamuel:json-sanitizer 1.0

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.

Categories

Categories

JSON Data
GroupId

GroupId

com.mikesamuel
ArtifactId

ArtifactId

json-sanitizer
Version

Version

1.0
Type

Type

jar

Download json-sanitizer 1.0


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