Skip to content
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

feat: Add optional indent param to jsonStringify helper #479

Merged
merged 4 commits into from
Apr 5, 2023
Merged

feat: Add optional indent param to jsonStringify helper #479

merged 4 commits into from
Apr 5, 2023

Conversation

simonkotwicz
Copy link
Contributor

@simonkotwicz simonkotwicz commented Apr 2, 2023

Use Case:

key: |-
  {{{ jsonStringify data 2 2 }}}

When data is some large JSON, this is much easier to read than doing:

key: '{{{ jsonStringify data }}}`

package.json Outdated Show resolved Hide resolved
This reverts commit 0c78860.
@carrolp carrolp merged commit 169b943 into razee-io:master Apr 5, 2023
@simonkotwicz simonkotwicz deleted the sk/dev branch April 5, 2023 19:07
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.

2 participants