Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created March 1, 2014 05:25
Show Gist options
  • Select an option

  • Save agentzh/9285658 to your computer and use it in GitHub Desktop.

Select an option

Save agentzh/9285658 to your computer and use it in GitHub Desktop.
location = /cjson {
content_by_lua '
local json = require "cjson.safe"
ngx.say("cjson.safe: ", json.encode{foo = 123})
';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment