Hunting down spooky JSON module redefinition via Oj

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. fhir_client

    Ruby FHIR Client

    There was no specific place that was causing issues; it seemed to me whenever we were making a request via the client we had set up to hit an external API. Taking a quick trip to the issues for the project turned up an issue that looked suspiciously similar but with no actual outcome at the end of the thread barring some workarounds.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Oj

    Optimized JSON

    I knew that our app was using Oj for JSON serialisation. But I didn't initially notice anything spooky about pretty_generate. A colleague of mine (shoutout Iain) had keener eyes and pulled up the C file that dealt with something spooky sounding in mimic_json.c.

  4. Blueprinter

    Simple, Fast, and Declarative Serialization Library for Ruby

    In a happy coincidence, we're knee-deep in the middle of a migration of our serialisers to use Blueprinter instead of AMS. One benefit, in this case, is that it lets you explicitly set what generator you're using, like so:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Rails] How We Reduced API Response Rendering Time by 30%

    10 projects | dev.to | 1 Feb 2025
  • What JSON Serializers are you using with rails ?

    2 projects | /r/rails | 29 Nov 2023
  • Efficient JSON Serialization with Blueprinter for Ruby on Rails

    1 project | /r/rails | 28 May 2023
  • ActiveModel::Serializer and You

    3 projects | dev.to | 23 Sep 2022
  • What are you using for API JSON serialization in 2022?

    5 projects | /r/ruby | 20 Aug 2022