Skip to content

Instantly share code, notes, and snippets.

@koladilip
Created July 3, 2024 01:57
Show Gist options
  • Save koladilip/76329f8abe706e111ce176e5f0a39266 to your computer and use it in GitHub Desktop.
Save koladilip/76329f8abe706e111ce176e5f0a39266 to your computer and use it in GitHub Desktop.
{"code":"^.orders@order.products@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 ]\n }","bindings":"const bindings = {\n \"description\": \"Enter your bindings here\"\n };","result":{"output":[{"product_name":"Smartphone"}]},"type":"JsonTemplate","name":""}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment