Does anyone know of an application that can be used to convert a large JSON file to XML?
We have a program that takes XML input, and we need to feed it some data that has arrived as a JSON file. Rather than update the whole program to take JSON input, it seems simpler to just convert this file.
The JSON file is between 3 and 4 GB (and that may be compresed).
TIA.