the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Old Post Text (json file) manipulation

diziet

Active Member
Messages
542
Here is a copy of my post to my linux distro mailing list:
i have some .json files, they have lots (hundreds to thousands) of blocks of
text starting with indented { and finishing with idented }, between them are
values/keys - not sure of the terminology - i need to search within a file for
blocks where some of the values are the same and then delete those 'duplicate'
blocks, and also between files for blocks where certain values are the same.
this is way out of my bash scripting league so i need help please.
is there a tool for this sort of thing?

Anyone here have some ideas?
 
Top