class Pretty::Json::Printer

Overview

https://github.com/crystal-lang/crystal/blob/master/samples/pretty_json.cr

Defined in:

pretty/json.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]