“Python Pretty Imprimer la ligne de commande JSON” Réponses codées

Python Imprimez jolie JSON


import json

json_data = '[{"ID":10,"Name":"Pankaj","Role":"CEO"},' \
            '{"ID":20,"Name":"David Lee","Role":"Editor"}]'

json_object = json.loads(json_data)

json_formatted_str = json.dumps(json_object, indent=2)

print(json_formatted_str)
Wide-eyed Wren

Python Pretty Imprimer la ligne de commande JSON

# in command line (given python installed)
python -m json.tool my_json.json
Functional Platypus

Réponses similaires à “Python Pretty Imprimer la ligne de commande JSON”

Questions similaires à “Python Pretty Imprimer la ligne de commande JSON”

Plus de réponses similaires à “Python Pretty Imprimer la ligne de commande JSON” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code