fix debugging
This commit is contained in:
parent
962f3f09ea
commit
61d998963a
|
@ -28,8 +28,7 @@ public class JsonString extends JsonPrimitive {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
throw new Error("This should not be called");
|
return "\""+ Utilities.escapeJson(value)+"\"";
|
||||||
// return "\""+ Utilities.escapeJson(value)+"\"";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue