类型错误:JSON5.parse 不是函数
我已经通过 npm install -d -g json5 安装了 JSON5 并尝试解析 json 字符串。但它告诉我[[object Object]]JSON5.parse不是一个函数
。这里的问题到底是什么?我们如何解决这个问题?我正在使用以下代码 -
const JSON5 = require("json5")
var jsonV = JSON5.parse(fileStr)
谢谢!
I have installed JSON5 by npm install -d -g json5
and trying to parse the json string. But it is showing me [[object Object]]JSON5.parse is not a function
. What the problem actually here is? and how we can resolve this? I am using the following code-
const JSON5 = require("json5")
var jsonV = JSON5.parse(fileStr)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论