Google Cloud Platform 的 BigQuery 上传 JSON-LD 格式数据始终解析报错,已经注意了如下语法要点:
也尝试编写 Python 脚本验证,能通过。但是导入 BigQuery 还是报错如下:
未能创建表:Error while reading data, error message: Failed to parse JSON: Unknown token type; Unexpected token; Parser terminated before end of string File: a.json
未能创建表:Error while reading data, error message: Failed to parse JSON: Parser terminated before end of string File: b.json
请问有无办法修复或线下 JSON-LD 格式验证工具?