提问人:Luuk De Blaaij 提问时间:4/6/2023 最后编辑:Mark RotteveelLuuk De Blaaij 更新时间:4/8/2023 访问量:1425
字符串中的转义字符无效,jsonc [closed]
Invalid escape character in string, jsonc [closed]
问:
对于具有 OCCP 通信的 E.V 充电站的学校项目。 我必须建立一个网络并使用 openscource 程序。
其中一个必需的程序是:Maven v3.9.1 一旦我尝试在VisualStudio中运行代码,我就收到以下错误按摩: 字符串 jsonc 中的转义字符无效
代码
{
"workbench.colorTheme": "Default Light+",
"git.path":"C:\Users\de Blaaij\Desktop\OCCP\apache-maven-3.9.1\bin\mvn.cmd"
}
错误
Value expected
Invalid escape character in string.
Used software for the project
- https://maven.apache.org/
- https://github.com/steve-community/steve
- https://github.com/sap-labs-france/ev-server
- https://mariadb.org/
我正在使用 Windows
我已经通过程序的自述文件和开源软件的相关自述文件进行了处理。一位同学也在这里帮助了我,但我们无法摆脱这个错误。
如果有人知道解决这个问题的方法,我很高兴听到它。
答: 暂无答案
评论