2021年2月3日星期三

verify structure of a json schema file and verify a json data file against the schema

I have a json schema file.

  1. I would like to verify that the structure of is valid. How can I accomplish this? is there a website that I can upload my schema file to verify structure has no errors?
  2. Once I have verified that the structure is valid, I need to verify that a sample json data file is valid (according to the json schema). Is there a website with tools to quickly validate a json data file against a given schema file? Thanks
https://stackoverflow.com/questions/66037975/verify-structure-of-a-json-schema-file-and-verify-a-json-data-file-against-the-s February 04, 2021 at 09:03AM

没有评论:

发表评论