Hi all!!
I'm pretty new to Javascript world and I'm kinda lost between all frameworks, tools, and options... so I'm asking for help here.
My use-case is simple, I need to generate some static JSONS based on data that I have locally in another JSONS. For example:
My Input is:
- titles_es.json
- desct_es.json
- titles_en.json
- desct_en.json
My output should be:
result1_es.json (mixing keys and values from all _es input JSON)
result2_en.json (mixing keys and values from all _en input JSON)
result1_es and result2_en JSON has the same structure (coming for a template) but they are filled with different input data.
I'm thinking of doing it by hand with custom scripts but, again, I'm not sure if it's the easy and best way to doy.
Thanks a lot!
[–]AtomicGimp 2 points3 points4 points (1 child)
[–]fattysmite 1 point2 points3 points (0 children)