mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
When getting values from the form, especially in a JSONMap, some objects may be nested, and as such, it's not much use to return '[object Object]'. Return the object instead, so the caller can do something useful with it. This makes multidimensional maps much easier to use. Signed-off-by: Paul Donald <newtwen+github@gmail.com>