joshbuddy / jsonpath

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

Generate jsonpath list from json #138

Closed mohanapriya2308 closed 2 years ago

mohanapriya2308 commented 3 years ago

Fix for issue id : #126

joshbuddy commented 3 years ago

Hey @mohanapriya2308, this is a neat idea. Looking like the tests are failing however

mohanapriya2308 commented 3 years ago

@joshbuddy All cases passed expect Jruby Jruby issue: #6581

joshbuddy commented 3 years ago

@mohanapriya2308 It looks like we can work around this issue by adding racc to the dev dependencies. I'd say lets do that just so we can get this passing again

mohanapriya2308 commented 3 years ago

Hi Joshua, Sure. Let me know how to proceed, or if you need any help from my side.

Thanks, Mohana

On Mon, 21 Jun 2021, 12:10 Joshua Hull, @.***> wrote:

@mohanapriya2308 https://github.com/mohanapriya2308 It looks like we can work around this issue by adding racc to the dev dependencies. I'd say lets do that just so we can get this passing again

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/joshbuddy/jsonpath/pull/138#issuecomment-864770626, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXES2VU33GZQU23Y5JA67LTT3NFNANCNFSM4452GV4A .

joshbuddy commented 3 years ago

You would need to add it to the dev dependencies on your branch, re bundle and push that commit