RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

A JSON Logic implementation that actually works: ShinyJsonLogic

I built a new JSON Logic gem for Ruby because the existing options weren’t cutting it for my projects; The current alternatives have very little compliance with the current JSON Logic standard or fail on edge cases that matter when you’re sharing rules between Ruby and JavaScript, so I wrote a Gem with 92% compliance coverage currently and made it how I’d like it to be: Ruby 2.7+ compatible, zero deps and very simple to use (:

Try it live: https://jsonlogicruby.com (evaluates with both Ruby and JS side-by-side) GitHub: https://github.com/luismoyano/shiny-json-logic-ruby

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in