This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
JSONPath to JSONata Converter for AWS Step Functions | |
This script helps with the initial conversion of AWS Step Functions state machines | |
from JSONPath to JSONata query language. It performs basic transformations but | |
complex expressions may need manual adjustment. | |
Usage: | |
python jsonpath_to_jsonata_converter.py input_file.json output_file.json |