Ajv JSON Schema validator acts weird

前端 未结 0 493
借酒劲吻你
借酒劲吻你 2021-01-07 16:27

I\'ve parsed JSON file and Schema with following code:

const parsedData = JSON.parse(fs.readFileSync(jsonDataPath, \'utf8\'));
    const parsedSchema = JSON.p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题