Today we'll see another very simple but useful example of a middleware component, this time to add functionality beyond just basic HTTP functions. JSONP JSONP (JSON-Padding) is a technology to wrap JSON in a JavaScript callback function. This is normally useful when you want to allow your JSON-based content included programatically in the third party websites using HTML script tags. Middleware::JS