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
14
15
# fails when trying to convert NULL which is not supported by TOML

# OPTIONS

-o toml

# INPUT

{"some_valid_value":123,"a":{"b":{"c":null}}}

# SCRIPT

# EXPECT_ERROR

Type not supported by TOML: a.b.c = null