Parsing Helper

The Parsing Helper is designed to help you test your Jinja and JMESPath expressions before integrating them into your bot. It can also be leveraged for code troubleshooting purposes.

  • Jinja + JMESPath: This section allows you to manipulate both Jinja and JMESPath expressions simultaneously. For example, you can create an extraction to dynamically filter flights based on their landing status and display the first flight.

    Use Jinja and Jmespath for advanced queries

    Use Jinja and Jmespath for advanced queries

  • Jinja: Use this section to manipulate JSON data using only Jinja commands. For example, you can create a template to display the departure and arrival airports from a given JSON file.

    Query informations using jinja

    Query informations using jinja

  • JMESPath: This section allows you to manipulate JSON data using only JMESPath commands. For example, you can display the flight number of the first flight listed in the flight statuses.

    Simple Jmespath query

    Simple Jmespath query


Next page