Skip to content

Commit

Permalink
feat: 更新部分 DevComponent Engine json 代码
Browse files Browse the repository at this point in the history
Former-commit-id: 977f042
Former-commit-id: 22be5a0
  • Loading branch information
afkT committed May 19, 2022
1 parent ad74dbc commit a4ac5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/DevAssist/src/main/java/dev/engine/json/IJSONEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ <T> T fromJson(
*/
boolean isJSONArray(String json);

// =

/**
* JSON String 缩进处理
* @param json JSON String
Expand All @@ -136,8 +138,6 @@ String toJsonIndent(
Config config
);

// =

/**
* Object 转 JSON String 并进行缩进处理
* @param object {@link Object}
Expand Down

0 comments on commit a4ac5bc

Please sign in to comment.