webmcp

view framework/env/trace/_new_entry.lua @ 160:d5e5e8a9b79a

Added __tostring metamethod to JSON arrays and JSON objects
author jbe
date Thu Jul 31 03:57:11 2014 +0200 (2014-07-31)
parents 9fdfb27f8e67
children 04b648660f9a
line source
1 function trace._new_entry(node)
2 local node = node or {}
3 table.insert(trace._stack[#trace._stack], node)
4 return node
5 end

Impressum / About Us