ruanwenjun commented on code in PR #5564:
URL: https://github.com/apache/seatunnel/pull/5564#discussion_r1338965787


##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/JsonUtils.java:
##########
@@ -178,6 +180,24 @@ public static Map<String, Object> toMap(JsonNode jsonNode) 
{
                 jsonNode, new TypeReference<Map<String, Object>>() {});
     }
 
+    public static Map<String, String> toLinkedHashMap(String json) {

Review Comment:
   I remove this method and add `public static Map<String, String> 
toStringMap(JsonNode jsonNode)`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to