joshbuddy / jsonpath

Ruby implementation of http://goessner.net/articles/JsonPath/
MIT License
447 stars 71 forks source link

Update member name regexp to support UTF8 alphanumeric characters #164

Closed jgoodw1n closed 1 year ago

jgoodw1n commented 1 year ago

see: https://ruby-doc.org/3.0.6/Regexp.html#class-Regexp-label-Character+Properties

fixes joshbuddy/jsonpath#163

joshbuddy commented 1 year ago

Sorry for the late review, this looks great! Merging and bumping