Skip to content

Instantly share code, notes, and snippets.

@koladilip
Created July 4, 2024 15:03
Show Gist options
  • Save koladilip/55bb3ecf0ca1ead29e39e80fde24db79 to your computer and use it in GitHub Desktop.
Save koladilip/55bb3ecf0ca1ead29e39e80fde24db79 to your computer and use it in GitHub Desktop.
{"code":"^[email protected]@product.({\n product_name: product.name\n })[]","data":"{\n \"orders\": [\n {\n \"products\": [\n {\n \"name\": \"Smartphone\"\n }\n ]\n },\n {\n \"products\": [\n {\n \"name\": \"Laptop\"\n },\n {\n \"name\": \"Headphones\"\n }\n ]\n }\n ]\n }","bindings":"const bindings = {\n \"description\": \"Enter your bindings here\"\n };","result":{"output":[{"product_name":"Smartphone"},{"product_name":"Laptop"},{"product_name":"Headphones"}]},"type":"JsonTemplate","name":""}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment