Class: Dicey::CLI::Formatters::JSONFormatter Private

Inherits:
BaseMapFormatter show all
Defined in:
lib/dicey/cli/formatters/json_formatter.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Formats a hash as a JSON document under results key, with optional description key.

Constant Summary collapse

METHOD =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

:to_json

Method Summary

Methods inherited from BaseMapFormatter

#call