should i keep null or {} in empty objects of json.

{
“Parentnode”: {}
}

{
“Parentnode”: {
“n1”: “Cc”,“n2”:“ccc”
}
}
here when there is no object should i keep {} in parentnode or null.
with respect to json conventions

yours sincerely

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi, Is this question related to Refinitiv App Studio? Which function call are you trying to invoke? Can you post the complete message.

Answers