This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

OWASP JSON Sanitizer

From OWASP
Jump to: navigation, search
OWASP Project Header.jpg

OWASP JSON Sanitizer Project

Our Mission: Given JSON-like content, convert it to valid JSON! The OWASP JSON Sanitizer Project is a simple to use Java library that 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. When applied to JSON-like content from others, this project will produce well-formed JSON that should satisfy any parser you use. When 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.

This library is very easy to use. For more information, visit the getting started guide.

Licensing

The OWASP JSON Sanitizer is free to use under the Apache 2 License.

What is this?

The OWASP JSON Sanitizer Projects provides:

  • Java based JSON outbound or inbound sanitization library

Code Repo

OWASP JSON Sanitizer at GitHub

Email List

Project Support List

Project Leaders

Author/Project Leader
Mike Samuel @

Project Manager
Jim Manico @

Related Projects

Quick Download

News and Events

  • [October 15, 2015] v1.1 Released at Maven Central!
  • [July 5, 2014] v1 Released at Maven Central!
  • [March 29, 2014] Template and Doc cleanup!
  • [Oct 17, 2012] .9 Released!

Classifications

Owasp-incubator-trans-85.png Owasp-builders-small.png
Owasp-defenders-small.png
Apache 2 License
Project Type Files CODE.jpg