It should be trivial to add JSON output format, even without any JSON parsing / writing library (same situation as XML output).
For testing, it might be easier to rely on simple output comparison, instead of parsing JSON object and compare it with reference object, because that needs extra external dependency (likely python?)
It should be trivial to add JSON output format, even without any JSON parsing / writing library (same situation as XML output).
For testing, it might be easier to rely on simple output comparison, instead of parsing JSON object and compare it with reference object, because that needs extra external dependency (likely
python?)