JQ parsing on Windows Command Prompt

Hello, trying to parse the results on the same line on a windows command prompt. But i get return on separate lines. What would be the syntax ?

C:\WINDOWS\System32> echo {"foo": 0, "foo2": 1} | jq ".foo2, .foo"
1
0

Thanks in advance