Skip to main content
Replace automatic Swift syntax highlighting with shell one
Source Link
Benjamin Loison
  • 5.8k
  • 4
  • 20
  • 37

You can use this simple command to achieve the result:

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 
echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 

You can use this simple command to achieve the result:

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 

You can use this simple command to achieve the result:

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

You can use this simple command to achieve the result:

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 

you can use this simple command to achieve the result.

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 

you can use this simple command to achieve the result.

You can use this simple command to achieve the result:

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 
Source Link
Arpit Rathod
  • 101
  • 1
  • 4
  • 11

echo "{ \"foo\": \"lorem\", \"bar\": \"ipsum\" }"|python -m json.tool 

you can use this simple command to achieve the result.

Post Made Community Wiki by Arpit Rathod