JSONb-1.0.3: JSON parser that uses byte strings.

Text.JSONb.Schema.Display

Documentation

class Display t whereSource

Methods

bytes :: t -> ByteStringSource

Provide a formatted ByteString for the displayable.

Instances

Display Word 
Display ()

Warning -- does not work on empty tries.

Display OneMany 
Display counter => Display (Schema counter) 
Display counter => Display (counter, Schema counter)