Skip to main content
Question

JSONTemplater Render Empty Braces instead of NULL?

  • January 10, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img

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 post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • January 10, 2018

This expression generates empty braces.

{ "Test": {| |} }