0

Kindly help me in this to delete key/value in nested object

INPUT: {"a":{"b":{},"c":{"d":true},"e":{}}}

Output: {"a":{"c":{"d":true}}}
2
  • Please update your question with the desired behavior, specific problems, and code to reproduce it. See: How to create a Minimal, Complete, and Verifiable example Commented Jun 17, 2020 at 14:57
  • you want to delete empty objects in the input ? Commented Jun 17, 2020 at 15:00

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.