dop 0.2.2

Process, transform and query JSON/YAML/TOML, from the shell.
1
2
3
4
5
6
7
8
9
10
11
12
13
# set: with invalid path does not crash

# INPUT

{"foo":[]}

# SCRIPT_ONCE

set("foo[")

# EXPECT

{"foo":[]}