DocmentContext updateDocument=JsonPath.using(configuration.defaultconfiguration).parase();
updateDocument.set(jsonpath,jsonObject);# 更新值为空;
解决办法:DocmentContext 可接收map,array, String等,不接收jsonObject,因此需转化成map,如:(new JsonObject(value)).tomap()
备注:com.jayway.jsonpath