Registry / serialization / unbescape

unbescape

JSON →
library1.1.6.RELEASEjavamavenunverified

Advanced yet easy-to-use escape/unescape library for Java, supporting HTML, XML, JSON, JavaScript, and more.

<dependency> <groupId>org.unbescape</groupId> <artifactId>unbescape</artifactId> <version>1.1.6.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · UNBESCAPE
U
unbescape
serializationjavav1.1.6.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HtmlEscape
✓ org.unbescape.html.HtmlEscape

Escapes a string for HTML5 output.

import org.unbescape.html.HtmlEscape; String escaped = HtmlEscape.escapeHtml5("<hello>"); System.out.println(escaped); // &lt;hello&gt;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.6.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
unbescape — mvn dependency:get unbescape · libregistry