ESAPI / esapi-java-legacy

ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.

Home Page:https://owasp.org/www-project-enterprise-security-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON encoder

kwwall opened this issue · comments

Implement a JSON output encoder to encode data for use in JSON strings as per Section 7 of RFC 8259.

Is your feature request related to a problem? Please describe.
@noloader needs it for his $dayjob.

Describe the solution you'd like
Provided as PR #753

Describe alternatives you've considered including other security libraries
Using JavaScript to to the dirty work. That path was rejected because different implementations support slightly different grammars.