JSONb-1.0.7: 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 () 
Display OneMany 
Display counter => Display (Schema counter) 
Display counter => Display (counter, Schema counter)