Skip to main content

It seems the JSON Templater will render null in the following example:

{ "Test": { }  } 

_result' has value `{ "Test" : null }'

Is it possible to get it to render the empty braces as-is?

Thanks.

This expression generates empty braces.

{ "Test": {| |} }

Reply