DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.mikesamuel : json-sanitizer Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file json-sanitizer-1.2.3-javadoc.jar to json-sanitizer-1.2.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder json-sanitizer-1.2.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "json-sanitizer-1.2.3-sources.jar" -d "json-sanitizer-1.2.3-javadoc" -subpackages 

Advertisement