Question

JSONTemplater Render Empty Braces instead of NULL?

  • 10 January 2018
  • 1 reply
  • 0 views

Badge

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.


1 reply

Userlevel 2
Badge +17

This expression generates empty braces.

{ "Test": {| |} }

Reply