URLSessionJSONNetworkHandler

public class URLSessionJSONNetworkHandler : URLSessionNetworkHandler<JSONEncoder, JSONDecoder>

The URLSessionJSONNetworkHandler is a specialized version of URLSessionNetworkHandler that uses JSON as encoding and decoding strategy.