function UnEscapeJSON(const Value: String): String
X := UnEscapeJSON('\"Hello World\"'); // X is '"Hello World"'