Module: JSON

Defined in:
lib/json_schema_monkey_patch.rb

Overview

Quick and dirty monkey patch for a performance bug we saw with certain schema constellations

The performance issues are that

* `build_fragment` joins the elements in `fragments` even though the
  error message it is used in is never used
* the `fragment` array constantly grows

Defined Under Namespace

Classes: Schema