0

I have a JSON data set with around 10,000 objects that each hold around 20 data items.

Since some data items are empty, I'd like to filter and clean up the data set, i.e. delete all data items that are empty.

Is there a good JSON editor that someone can recommend? Or if there is another way to clean up the file? I am on a Mac and rather not use an online editor.

Ant
  • 39
  • 5
  • Why dont you write simple python/javascript script to remove it. Doing filtering of 10000 objects from JSON editor will be huge task – r_batra Mar 22 '21 at 17:39
  • Yes that seems the most logical. Which environment/software would you recommend doing that? I do know a bit of javascript but no experience working with writing/manipulating JSON files. Any suggestions are welcome! – Ant Mar 22 '21 at 17:59
  • https://stackoverflow.com/questions/45310279/removing-empty-entry-from-json-or-object Try this, if you still have issues, let me know here. – r_batra Mar 22 '21 at 18:27

0 Answers0