Created
July 4, 2024 15:03
-
-
Save koladilip/55bb3ecf0ca1ead29e39e80fde24db79 to your computer and use it in GitHub Desktop.
This file contains 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
{"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