@@ -11,7 +11,7 @@ __DATA__
1111--- config
1212 location /t {
1313 content_by_lua_block {
14- local json = require("ljson ")
14+ local json = require("toolkit.json ")
1515 local radix = require("resty.radixtree")
1616 local rx = radix.new({
1717 {
@@ -46,7 +46,7 @@ matched: {"_path":"/name/*name","name":""}
4646--- config
4747 location /t {
4848 content_by_lua_block {
49- local json = require("ljson ")
49+ local json = require("toolkit.json ")
5050 local radix = require("resty.radixtree")
5151 local rx = radix.new({
5252 {
@@ -81,7 +81,7 @@ matched: {":ext":"","_path":"/name/*"}
8181--- config
8282 location /t {
8383 content_by_lua_block {
84- local json = require("ljson ")
84+ local json = require("toolkit.json ")
8585 local radix = require("resty.radixtree")
8686 local rx = radix.new({
8787 {
@@ -117,7 +117,7 @@ matched: []
117117--- config
118118 location /t {
119119 content_by_lua_block {
120- local json = require("ljson ")
120+ local json = require("toolkit.json ")
121121 local radix = require("resty.radixtree")
122122 local rx = radix.new({
123123 {
@@ -146,7 +146,7 @@ matched: {"_path":"/name/:name/id/:id/*other","id":"1","name":"json","other":"fo
146146--- config
147147 location /t {
148148 content_by_lua_block {
149- local json = require("ljson ")
149+ local json = require("toolkit.json ")
150150 local radix = require("resty.radixtree")
151151 local rx = radix.new({
152152 {
@@ -175,7 +175,7 @@ matched: []
175175--- config
176176 location /t {
177177 content_by_lua_block {
178- local json = require("ljson ")
178+ local json = require("toolkit.json ")
179179 local radix = require("resty.radixtree")
180180 local rx = radix.new({
181181 {
@@ -210,7 +210,7 @@ matched: []
210210--- config
211211 location /t {
212212 content_by_lua_block {
213- local json = require("ljson ")
213+ local json = require("toolkit.json ")
214214 local radix = require("resty.radixtree")
215215 local rx = radix.new({
216216 {
@@ -242,7 +242,7 @@ pcre pat:
242242--- config
243243 location /t {
244244 content_by_lua_block {
245- local json = require("ljson ")
245+ local json = require("toolkit.json ")
246246 local radix = require("resty.radixtree")
247247 local rx = radix.new({
248248 {
0 commit comments