1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Key should be "foo" without spaces (#2212)

This commit is contained in:
Matti Åstrand
2023-06-05 16:17:35 -05:00
committed by GitHub
parent c815794e4b
commit b7511b9b1f

View File

@@ -652,7 +652,7 @@ sections:
produces
{"f o o":"f o o","b a r":"f o o"}
{"foo":"f o o","b a r":"f o o"}
examples:
- program: '{user, title: .titles[]}'