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
Validates data stored in [Lua](https://www.lua.org/"Lua") tables against given schema.
3
-
or
4
-
Validates schema for the given Lua table data.
2
+
Validates data stored in [Lua](https://www.lua.org/"Lua") tables against given schema or Validates schema for the given Lua table data.
5
3
6
4
It's very easy to store data in [Lua tables](https://www.lua.org/pil/2.5.html"Lua tables") while writing Lua code, because that is **the only data structure avaialble.**
7
5
> "Tables in Lua are not a data structure; they are [the data structure](https://www.lua.org/pil/11.html"the data structure")"
0 commit comments