class Crul::Formatters::JSON::PrettyPrinter

Overview

Pretty printer for JSON

Defined in:

formats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : IO | String, output : IO) #

[View source]

Instance Method Detail

def print(value) #

[View source]
def print #

[View source]
def print_indent #

[View source]
def read_any #

[View source]
def read_array #

[View source]
def read_object #

[View source]