标签: flutter
我正在开发Flutter应用程序,但我很困惑使用json.decode或jsonDecode从API解析和解码JSON的应用程序。使用哪个?
答案 0 :(得分:1)
我猜是is the same
const log = require('electron-log'); const path = log.transports.file.findLogPath(); 正在呼叫jsonDecode
const log = require('electron-log'); const path = log.transports.file.findLogPath();
jsonDecode