Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd38c41

Browse files
whitespace
1 parent03fa545 commitdd38c41

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

‎JSONString.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
packageorg.json;
2-
/**
3-
* The <code>JSONString</code> interface allows a <code>toJSONString()</code>
4-
* method so that a class can change the behavior of
5-
* <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>,
6-
* and <code>JSONWriter.value(</code>Object<code>)</code>. The
7-
* <code>toJSONString</code> method will be used instead of the default behavior
8-
* of using the Object's <code>toString()</code> method and quoting the result.
9-
*/
10-
publicinterfaceJSONString {
11-
/**
12-
* The <code>toJSONString</code> method allows a class to produce its own JSON
13-
* serialization.
14-
*
15-
* @return A strictly syntactically correct JSON text.
16-
*/
17-
publicStringtoJSONString();
18-
}
1+
packageorg.json;
2+
/**
3+
* The <code>JSONString</code> interface allows a <code>toJSONString()</code>
4+
* method so that a class can change the behavior of
5+
* <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>,
6+
* and <code>JSONWriter.value(</code>Object<code>)</code>. The
7+
* <code>toJSONString</code> method will be used instead of the default behavior
8+
* of using the Object's <code>toString()</code> method and quoting the result.
9+
*/
10+
publicinterfaceJSONString {
11+
/**
12+
* The <code>toJSONString</code> method allows a class to produce its own JSON
13+
* serialization.
14+
*
15+
* @return A strictly syntactically correct JSON text.
16+
*/
17+
publicStringtoJSONString();
18+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp