# Functions
DefaultHumanizer returns the JSON representation of val.
NewServer creates a server with the given options.
WithHumanizer sets the humanizer to use for the queried values.
WithLogger sets the logger to use.
# Interfaces
Humanizer takes an object in and returns out it's human readable representation.
# Type aliases
HumanizerFunc is an adapter to make conforming functions into Humanizers.
Option is a function that applies a configuration to the server.