webmcp

annotate framework/env/convert/_from_human_to_boolean.lua @ 125:e3e5bf890aad

Set json.metatable in JSON library for any JSON object/array
author jbe
date Sun Jul 27 01:51:45 2014 +0200 (2014-07-27)
parents 9fdfb27f8e67
children
rev   line source
jbe/bsw@0 1 function convert._from_human_to_boolean(str)
jbe/bsw@0 2 return atom.boolean:load(str)
jbe/bsw@0 3 end

Impressum / About Us