79489522

Date: 2025-03-06 13:31:23
Score: 1
Natty:
Report link
python -c "import sys, json; print json.dumps(json.load(sys.stdin),sort_keys=True, indent=0)" < json_file

 python -c "import sys, json; print json.dumps(json.load(sys.stdin),sort_keys=True, indent=0)" < json_file | tr -d "\n"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sudarsan Bandi