MCPcopy Create free account
hub / github.com/SteveyO/Hue-Emulator / quote

Method quote

src/org/json/JSONObject.java:1191–1201  ·  view source on GitHub ↗

Produce a string in double quotes with backslash sequences in all the right places. A backslash will be inserted within </, producing <\/, allowing JSON text to be delivered in HTML. In JSON text, a string cannot contain a control character or an unescaped quote or backslash. @param string

(String string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

getMethod · 0.95
getBooleanMethod · 0.95
getDoubleMethod · 0.95
getIntMethod · 0.95
getJSONArrayMethod · 0.95
getJSONObjectMethod · 0.95
getLongMethod · 0.95
getStringMethod · 0.95
incrementMethod · 0.95
valueToStringMethod · 0.95
writeValueMethod · 0.95
writeMethod · 0.95

Calls 3

toStringMethod · 0.45
lengthMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected