sensu / sensu-plugin-sdk

A framework for creating Sensu plugins
MIT License
7 stars 8 forks source link

Add toJSON func to templates #88

Closed amdprophet closed 8 months ago

amdprophet commented 8 months ago

Adds a new toJSON function for use with template evaluation. It allows fields (e.g. .Check.Output) to be properly escaped when using JSON templates.