Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created June 19, 2020 01:45
Show Gist options
  • Save ksomemo/d4753e3d60710c47a9caf71079790031 to your computer and use it in GitHub Desktop.
Save ksomemo/d4753e3d60710c47a9caf71079790031 to your computer and use it in GitHub Desktop.
ensure_ascii のためだけの onliner
python -c 'import sys,json as j;print(j.dumps(j.loads(sys.stdin.read()),indent=2,ensure_ascii=False))'
# no ensure_ascii
python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment