Bracket notation with quoted string and unescaped single quote

Setup

Selector: $['single'quote']

{"single'quote":"value"}

Results

Consensus

Not supported

Other responses

Bash (JSONPath.sh)

[]

C (json-glib)

[]

Elixir (jaxon)

[]

JavaScript (Goessner) ²

[
  "value"
]

JavaScript (jsonpath-plus)

[
  "value"
]

PHP (Goessner) ²

[
  "value"
]

PHP (galbar-jsonpath)

[
  "value"
]

PHP (softcreatr-jsonpath)

[
  "value"
]

Perl (JSON-Path)

[]

Python (jsonpath) ²

[
  "value"
]

Ruby (jsonpath)

[
  "value"
]

dotNET (JsonPathLib)

[
  "value"
]

Errors

Clojure (json-path) ¹

java.lang.Exception object must be an array.

Erlang (ejsonpath)

Timeout

Golang (github.com-bhmj-jsonslice) ¹ ³

path: invalid character at 10

Golang (github.com-oliveagle-jsonpath) ¹

strconv.Atoi: parsing "'single'quote'": invalid syntax

Rust (jsonpath_plus)

Error Parsing JSON Path:
$['single'quote']
panic occurred

Footnotes