util::json::array::get_values (public)

 util::json::array::get_values item

Defined in packages/acs-tcl/tcl/json-procs.tcl

Verify that the given Tcl structure is an object, and return its values list.

Parameters:
item

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    if { [lindex $item 0] ne "_array_" } {
        return -code error "Expected \"_array_\", got \"[lindex $item 0]\""
    } else {
        return [lindex $item 1]
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: