Package net.pwall.text
Object JSONStringMapper
-
- All Implemented Interfaces:
public class JSONStringMapperString mapping functions to perform JSON string encoding and decoding.
Peter Wall
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONStringMapperINSTANCE
-
Method Summary
Modifier and Type Method Description final StringencodeJSON(String $self)Encode a string using JSON string escaping. final StringdecodeJSON(String $self)Decode a string from JSON string escaping. -
-
Method Detail
-
encodeJSON
final String encodeJSON(String $self)
Encode a string using JSON string escaping.
-
decodeJSON
final String decodeJSON(String $self)
Decode a string from JSON string escaping.
-
-
-
-