webmcp

annotate framework/env/param/__init.lua @ 172:a83164390355

Allow json.object and json.array functions to convert any Lua value using __pairs and __ipairs metamethods
author jbe
date Fri Aug 01 17:11:59 2014 +0200 (2014-08-01)
parents 9fdfb27f8e67
children f491011ebe16
rev   line source
jbe/bsw@0 1 param._exchanged = false -- important to be false, not nil
jbe/bsw@0 2 param._saved = {} -- stack

Impressum / About Us