jmespath-community / typescript-jmespath

TypeScript implementation of JMESPath
Mozilla Public License 2.0
4 stars 2 forks source link

[JEP-12] JSON string literals are deprecated. #11

Closed springcomp closed 1 year ago

springcomp commented 1 year ago

By default, this library no longer accepts deprecated JSON string literals. This PR adds an opt-in option that re-enables JSON string literals.