-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0e088d
commit 723844f
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# BuildJSONObject | ||
* 快速为 java bean 生成 toJson()和 toJson.toString()方法 | ||
* 使用方法:alt+insert - toJson | ||
* Json 对象使用 org.apache.tapestry.json.JSONObject | ||
* 考虑未来加入配置; | ||
* json 对象类 | ||
* 添加 key value 的方法 | ||
* 添加 json 数组的方法 |