You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ fast: it works by transforming the given schema into a pure Lua function
11
11
on-the-fly. Work is currently in progress to make it as JIT-friendly as
12
12
possible.
13
13
14
-
This project base on [ljsonschema](https://github.com/jdesgats/ljsonschema).
14
+
This project base on [ljsonschema](https://github.com/jdesgats/ljsonschema). Many thanks to the author `jdesgats` for the perfect work. The re-implementation is we need to support OpenResty env,
15
+
and we can use more optimization methods only available in OpenResty, which can make it run faster in OpenResty land.
0 commit comments