You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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
?)The text was updated successfully, but these errors were encountered: