Zeile 3: |
Zeile 3: |
| Siehe auch | | Siehe auch |
| * [[Java-Tipps#JSON]] | | * [[Java-Tipps#JSON]] |
| + | |
| + | == Schöne Ausgabe auf Kommandozeile == |
| + | Um eine für den Menschen leicht lesbare Ausgabe zu haben, kann man das mit [[Python]] mitgelieferte Skript <code>json.tool</code> nutzen: |
| + | |
| + | echo '{"error":{"code":"assertuserfailed","info":"Assertion that the user is logged in failed"}}' | python -m json.tool |
| | | |
| == MS Access und JSON == | | == MS Access und JSON == |