As of Aug 8, 2016, From https://github.com/jekyll/jekyll/issues/1633#issuecomment-238383509
We don't support Pygments anymore. We use Rouge.
The new syntax is as follows:
```php?start_inline=trueheader('Content-Type: application/json');echo json_encode(array('jsonrpc' => "2.0",'result' => $result,'id' => $request->id,'error' => null));```