[PYTHON] Formatage JSON

À partir de http://stackoverflow.com/questions/352098/how-to-pretty-print-json-script.

Depuis la ligne de commande, python -mjson.tool est facile.

$ echo '{"foo": "lorem", "bar": "ipsum"}' | python -mjson.tool

Pour JavaScript, vous pouvez ajouter un niveau de retrait au troisième argument de JSON.stringify ().

JSON.stringify({ foo: "lorem", bar: "ipsum" }, null, 4);

Recommended Posts

Formatage JSON
json
json
Python #JSON
Formatage JSON facile avec les fonctions Linux standard
Classe pour convertir JSON