Tweet URL Extraction - Virginia Tech

• Get input parameters from the URL. • Create the JSON document in exactly the same way. • Use YAJL_writeStdout() instead of YAJL_saveBuf() YAJL_writeStdout() writes the JSON data to standard output with HTTP headers, as would be needed if writing your own web service provider to be run through the IBM HTTP Server (powered by Apache.) ................
................