We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12caacb commit 3c58242Copy full SHA for 3c58242
bin/jp.py
@@ -34,7 +34,7 @@ def main():
34
data = json.loads(data)
35
try:
36
sys.stdout.write(json.dumps(
37
- jmespath.search(expression, data), indent=4))
+ jmespath.search(expression, data), indent=4, ensure_ascii=False))
38
sys.stdout.write('\n')
39
except exceptions.ArityError as e:
40
sys.stderr.write("invalid-arity: %s\n" % e)
0 commit comments