Expand description
kirill provides predicates for scanning JSON documents.
Enums§
- Kirill
Error - KirillError models bad computer states.
Statics§
- COMMON_
EXCLUSION_ PATHS - DEFAULT_
EXCLUSION_ FILE_ PATTERN - DEFAULT_EXCLUSION_FILE_PATTERN matches common junk file paths.
- DEFAULT_
JSON5_ FILE_ PATTERNS - DEFAULT_JSON5_FILE_PATTERNS collects patterns for identifying JSON files.
- DEFAULT_
JSON_ FILE_ PATTERNS - DEFAULT_JSON_FILE_PATTERNS collects patterns for identifying JSON files.
- JSON5_
FILE_ EXTENSIONS - JSON5_FILE_EXTENSIONS collects common JSON5 file extensions.
- JSON_
FILE_ EXTENSIONS - JSON_FILE_EXTENSIONS collects common JSON file extensions.
Functions§
- find_
json_ documents - find_json_documents recursively searches the given directories and/or file root paths for JSON documents.
- find_
json_ documents_ sorted - find_json_documents_sorted lexicographically sorts any JSON document results.
- load_
json_ schema_ validator - validate_
json_ file - validate_json_file checks file paths for basic JSON validity.
- validate_
json_ file_ basic - validate_json_file checks file paths for basic JSON validity.