Skip to content

Add new operation: Template #2021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kendallgoto
Copy link

Templating engines are typically used to e.g. populate webpages while rendering given some backing object, however templates in general can be useful for creating quick breakdowns of JSON objects. In this operation, Handlebars is used to perform templating in order to provide an effective interface for converting JSON input to some formatted output. Functionally, existing recipes like Jq can provide similar functionality, but with a much less comprehendible interface.

Compare the following samples:

Using Template operation
image

Using existing operations (such as Jq)
image

@kendallgoto kendallgoto force-pushed the kgoto/add-handlebar branch from 633a40e to 361a3b2 Compare April 9, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant