Apachai.ContextExtensions.HandleEmptyJson C# (CSharp) Method

HandleEmptyJson() public static method

public static HandleEmptyJson ( this response ) : void
response this
return void
        public static void HandleEmptyJson(this IHttpResponse response)
        {
            HandleJson (response, string.Empty);
        }