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.
2 parents 6aefaab + 60616aa commit 3fe4d22Copy full SHA for 3fe4d22
gsp/io/json.py
@@ -64,7 +64,7 @@ def dump(queue=None, filename=None):
64
commands = []
65
for command in queue.commands:
66
commands.append(dump_command(command, stream=None))
67
- payload = { "jsonrpc": "2.0", "commands" : commands }
+ payload = { "gsp_version": "1.0", "commands" : commands }
68
69
if filename is None:
70
return json.dumps(payload, indent=2, default=default)
0 commit comments