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

Add parseJSON template func #4035

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

Conversation

swchand
Copy link

@swchand swchand commented Sep 24, 2024

This PR introduces a new parseJSON function to the template functions. The parseJSON function allows users to parse JSON strings within templates.

Changes:

  • Added parseJSON function to the template functions map.
  • The parseJSON function takes a JSON string as input and returns the parsed JSON object or an error if the JSON is invalid.
  • Updated TestTemplateFuncs in template/template_test.go to include test cases for the parseJSON function:
  • Valid JSON string test case.
  • Invalid JSON string test case.

Signed-off-by: swchandrasekar <[email protected]>
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