We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
用户常用<SOPS_VAR>输出JSON字符串,但目前无法以JSON格式消费,非常不便。
希望支持使用 json.loads将字符串转换为 对应的python 对象
如:${ json.loads(var) }
The text was updated successfully, but these errors were encountered:
normal-wls
Successfully merging a pull request may close this issue.
背景
用户常用<SOPS_VAR>输出JSON字符串,但目前无法以JSON格式消费,非常不便。
希望支持使用 json.loads将字符串转换为 对应的python 对象
如:${ json.loads(var) }
The text was updated successfully, but these errors were encountered: