DEV Community

SomarathiMadhusai-srijan
SomarathiMadhusai-srijan

Posted on

Array of objects properties update/replace

I have been scratching my head since one day dealing with json data. I have a json file with below content for ex:

[{Windows: ["1","2","3","4"]},{Servers:["one","two","three","four"}]

I need to update Servers without changing windows.

Top comments (0)