jmespath-ts
jmespath-ts copied to clipboard
Accept readonly arrays as JSON values
This allows things like search(['a'] as const, '[0]')
. Previously that would be rejected by the type checker.
Any hope in getting this merged?