Interface JSONContext<T extends Message.Mutable>

Type Parameters:
T - the type of message
All Known Subinterfaces:
JSONContext.Client, JSONContextServer
All Known Implementing Classes:
JacksonJSONContextClient, JacksonJSONContextServer, JettyJSONContextClient, JettyJSONContextServer

public interface JSONContext<T extends Message.Mutable>

Abstraction for JSON parsing and generation.