Changing from xml to json asks a little twist of your mind if you are used to use attributes with xml. Nonetheless it is simple and the file produced is faster to read in general and lightweight.
But where in xml you could select a tag from an xml file with an xpath for ex, in json you’ll have to load it entirely before.
It depends on your tastes afterall