From 15406bd3b9e09d957c7a5fa6e20df3ab7c3fe72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E5=BE=B7=E4=BC=9F?= Date: Fri, 29 Nov 2019 18:35:19 +0800 Subject: [PATCH] =?UTF-8?q?#23=20=E6=B7=BB=E5=8A=A0JSON=E7=89=B9=E5=BE=81?= =?UTF-8?q?=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flare-server/static/simpleui/method-analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flare-server/static/simpleui/method-analysis.js b/flare-server/static/simpleui/method-analysis.js index bcb2fc1..8c31611 100644 --- a/flare-server/static/simpleui/method-analysis.js +++ b/flare-server/static/simpleui/method-analysis.js @@ -28,7 +28,7 @@ var methodAnalysis = { },{ name: 'Json', style: 'severe', - includes: ['com.fasterxml.jackson'] + includes: ['com.fasterxml.jackson','net.sf.json','fastjson'] },{ name: 'Zip', style: 'severe',