Object JSONStringMapper

  • All Implemented Interfaces:

    
    public class JSONStringMapper
    
                        

    String mapping functions to perform JSON string encoding and decoding.

    Author:

    Peter Wall

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String encodeJSON(String $self) Encode a string using JSON string escaping.
      final String decodeJSON(String $self) Decode a string from JSON string escaping.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait