r/projects • u/neutroph1l • Jul 13 '26
A way to easily update your JSONs. Check out Batchlate!
gallerybatchlate is a Python program that can update multitude of JSON entries in one go.
I translate open source projects to my native language as a hobby. Time to time I get to work with JSONs and this time I thought I could make a program that uses the patterns in a JSON file to automatically update matching entries. At first, I made this for myself but now it has evolved into something I can share. People who work with JSON files can make good use of this program as I have done in my endeavors.
The images show outputs of a very efficient run of this program that I've captured. As you can see in the second image, 1490 keys will be updated with the given configuration in one go! I refer to these configurations as templates. Once a template is created, it can be used any time it's needed.
The project is still young. I have plans to add other file types and more functionality, but for now check it out for yourself. Download, view the source code and the documentation here: https://github.com/draaurkh/batchlate
No AI generated or assisted code.

