When opening an AJAX endpoint URL in a new tab, Drupal returns the AJAX response in a textarea tag.
This is to maintain compatibility with some old browsers: https://www.drupal.org/node/1009382
However, it means that the JSON structure can not be easily inspected in the Firefox JSON inspector.
So this module removes the textarea tag and returns a plain JSON response.
This module should not be enabled in a production environment.