JSON 文件语法错误检测工具
这个 JSON 文件没有语法错误。它是一个包含两个对象的数组,每个对象都有相应的属性和值。
[{
'icon': 'test1',
'name': 'test1',
'url': 'test1',
'color1': 'red',
'color2': 'red',
'textColor1': '#fff',
'textColor2': '#fff',
'description': 'test1'
},
{
'icon': 'test2',
'name': 'test2',
'url': 'test2',
'color1': 'blue',
'color2': 'blue',
'textColor1': '#fff',
'textColor2': '#fff',
'description': 'test2'
}]
原文地址: https://www.cveoy.top/t/topic/ozUM 著作权归作者所有。请勿转载和采集!