class PrettyPrinter

Defined in:

json-pp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : IO, 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]