mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
wip json encoding
This commit is contained in:
@@ -6,6 +6,5 @@
|
||||
- command: update
|
||||
path: b.e[+].name
|
||||
value: Mike Farah
|
||||
- command: update
|
||||
path: d.a
|
||||
value: Cow
|
||||
- command: delete
|
||||
path: b.d
|
||||
@@ -1,4 +1,4 @@
|
||||
a: Easy! as one two three
|
||||
a: true
|
||||
b:
|
||||
c: 2
|
||||
d: [3, 4, 5]
|
||||
|
||||
Reference in New Issue
Block a user