How to implement jsonschema validation using Python script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019 02:03 AM
Hi
i’m trying to validate simple json data against particular json schema using python script.
i’m trying to use ‘cerberus’ library of python but script snap is failing with error.
How we can import external library and use it in script snap?any other native library that can be use so that we can avoid loading of external library?
JSON Formatter snap can be used to validate json by specifying Schema file ?
validate_2019_01_02.slp (10.4 KB)
test.schema.txt (366 Bytes)
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 01:50 AM
thank you @tlikarish for suggesting alternative options.
