“Python Minify Json” Code-Antworten

Python Minify Json

json.dumps([1, 2, 3, {'4': 5, '6': 7}], separators=(',', ':'))
MitchAloha

Minify Json Python


python -c 'import json, sys;json.dump(json.load(sys.stdin), sys.stdout)' < original.json > minified.json
KostasX

Ähnliche Antworten wie “Python Minify Json”

Fragen ähnlich wie “Python Minify Json”

Weitere verwandte Antworten zu “Python Minify Json” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen