Created
June 19, 2020 01:45
-
-
Save ksomemo/d4753e3d60710c47a9caf71079790031 to your computer and use it in GitHub Desktop.
ensure_ascii のためだけの onliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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