alibaba / fastjson2

🚄 FASTJSON2 is a Java JSON library with excellent performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONObject泛型问题

louisjiang opened this issue · comments

public void test1(JSONObject param1){ }
public void test1(Map<String,String> param1){ }

在2.0.3的版本这样的写法是有问题的.

已经改过来了