webmcp

annotate framework/env/param/__init.lua @ 159:ddb9b9b0d210

Removed json.isnull function from JSON library (use json.type(...) == "null" instead)
author jbe
date Thu Jul 31 03:54:57 2014 +0200 (2014-07-31)
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