Simplify JSON Parsing with JSONata
What is JSONata?
JSONata is a lightweight query and transformation language for JSON; it provides:
* Parsing: Easily pull the data from your payloads with minimal syntax.
* Built-in functions: Manipulate your data, for example, sum and join data without moving from JSONata into another language (such as Python).
* Path Transversal: Navigate