Array slice with open end

Setup

Selector: $[1:]

["first", "second", "third", "forth", "fifth"]

Results

Consensus

[
  "second",
  "third",
  "forth",
  "fifth"
]

Other responses

C (json-glib)

[]

Clojure (json-path) ¹

"second"

Elixir (jaxon)

[]

Footnotes