jar

com.mikesamuel : json-sanitizer

Maven & Gradle

May 12, 2021
32 usages
165 stars

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.

Table Of Contents

Latest Version

Download com.mikesamuel : json-sanitizer JAR file - Latest Versions:

All Versions

Download com.mikesamuel : json-sanitizer JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
2 vulnerabilities
3 vulnerabilities
1.1 3 vulnerabilities
1.0 3 vulnerabilities

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-sanitizer-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.json

├─ com.google.json.EvalMinifier.class - [JAR]

├─ com.google.json.JsonSanitizer.class - [JAR]

├─ com.google.json.package-info.class - [JAR]

Advertisement