A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/joshbuddy/jsonpath

https://github.com/joshbuddy/jsonpath - Factorize `dig` logic and add use_symbols

  • Add a few more options;
  • More tests;
  • Readme optimisation;

- Ruby
Published by Skarlso about 5 years ago

https://github.com/joshbuddy/jsonpath - Fixes and fine tuning around the parser

This release was a long time coming. There are a lot of bug fixes around the parser and fine-tuning to provide the same functionality as the eval did but more secure.

- Ruby
Published by Skarlso over 6 years ago

https://github.com/joshbuddy/jsonpath - Some bug fixes applied

Fixed the Parser hanging on a character it didn't recognize.
Fixed bug that arrays couldn't be deleted using delete.

- Ruby
Published by Skarlso over 8 years ago

https://github.com/joshbuddy/jsonpath - Eval Free

This version has no eval usage in it. Eval has been replaced with a custom Parser which should work the same way most of the time.

However, there might be some problems with edge cases. Please report them as encountered.

60percent

- Ruby
Published by Skarlso over 8 years ago

https://github.com/joshbuddy/jsonpath - Fixed Floating point in eval cases

- Ruby
Published by Skarlso almost 9 years ago

https://github.com/joshbuddy/jsonpath - Some more examples and Readme Update

- Ruby
Published by Skarlso almost 9 years ago

https://github.com/joshbuddy/jsonpath - Feature Complete and bugfixes

Hi everyone.

Most of the issues considering JsonPath have been addressed and refactoring has been applied to the whole project.

JsonPath currently is mostly feature complete and adheres to the same Path convention like the one referenced.

- Ruby
Published by Skarlso almost 9 years ago