Changeset 23191 in osm for applications/editors/josm/plugins/livegps/src/org/json/JSONString.java
- Timestamp:
- 2010-09-15T18:56:19+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/livegps/src/org/json/JSONString.java ΒΆ
r21622 r23191 9 9 */ 10 10 public interface JSONString { 11 12 13 14 15 16 17 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 public String toJSONString(); 18 18 }
Note:
See TracChangeset
for help on using the changeset viewer.