mobile/android/thirdparty/org/json/simple/JSONAware.java@4ab42b5ab56c
mobile/android/thirdparty/org/json/simple/JSONAware.java
Wed, 31 Dec 2014 07:53:36 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 31 Dec 2014 07:53:36 +0100
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
- permissions
- -rw-r--r--
Correct small whitespace inconsistency, lost while renaming variables.
1 package org.json.simple;
4 * Beans that support customized output of JSON text shall implement this interface.
5 * @author FangYidong<fangyidong@yahoo.com.cn>
7 public interface JSONAware {
11 String toJSONString();