Skip to content

snargit/JSONSanitiser

Repository files navigation

JSONSanitiser

This is a port of the OWASP json-sanitizer Java version to C++. It expects the JSON to be UTF-8 text. At present it does not validate that the input is correct UTF-8.

The library itself has no external dependencies, but does require C++17. The tests use the google test framework. Additionally, the fuzzing test requires a recent version of boost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published