public class JSONParserUtil extends Object
| Constructor and Description |
|---|
JSONParserUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.oracle.truffle.api.strings.TruffleString |
quote(com.oracle.truffle.api.strings.TruffleString value)
Implementation of the Quote(value) operation as defined in the ECMAscript spec.
|
public static com.oracle.truffle.api.strings.TruffleString quote(com.oracle.truffle.api.strings.TruffleString value)
value - string to quote