MCPcopy Create free account
hub / github.com/cschanck/single-file-java / JString

Method JString

src/main/java/org/sfj/JSONOne.java:195–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 */
194 public static class JString extends AbstractJSONObject {
195 public JString() {
196 }
197
198 public JString(CharSequence obj) {
199 super(Type.STRING, obj.toString());

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected