Skip to content

Conversation

@ekohl
Copy link
Contributor

@ekohl ekohl commented Dec 28, 2025

These days the built in JSON is fast enough and supporting other implementations can only complicate matters. We can also rely on JRuby to have a correct implementation since the same json gem is also built for Java and included in JRuby.

Note I made an assumption about JRuby because https://rubygems.org/gems/json also lists a Java build.

I was triggered to drop this because tests started to fail for me.

These days the built in JSON is fast enough and supporting other
implementations can only complicate matters. We can also rely on JRuby
to have a correct implementation since the same json gem is also built
for Java and included in JRuby.
@ekohl ekohl added the enhancement New feature or request label Dec 28, 2025
end

begin
require 'multi_json'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mental note: we probably can/have to adjust puppet-runtime or openvox-server to not include multi_json in the packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants