Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
json-pp
main
PrettyPrinter
Generated using Crystal 1.14.0
2024-11-26 17:41:47 UTC
class
PrettyPrinter
PrettyPrinter
Reference
Object
Defined in:
json-pp.cr
Constructors
.new
(input : IO, output : IO)
Instance Method Summary
#print
(value)
#print
#print_indent
#read_any
#read_array
#read_object
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
]