1. 程式人生 > >fastJson使用

fastJson使用

shm json obj roc key () ces process code

json字符串轉map結構

        LinkedHashMap<String, String> jsonMap = JSON.parseObject(jsonStr,
                new TypeReference<LinkedHashMap<String, String>>() {
                });

fastJson使用