I recently posted some converters to handle different types of data transmogrification. When handling document structures, we should lint them pre- and post-processing, so here are some Google Cloud Functions to handle that (for the three more common formats that I work with):
- https://github.com/krypted/tinyconverters/blob/main/LintPropertyLists.py
- https://github.com/krypted/tinyconverters/blob/main/LintJSON.py
- https://github.com/krypted/tinyconverters/blob/main/LintYAML.py
The post Pre-Processing Linter Google Cloud Functions for plist, json, && yaml appeared first on krypted.