Home
last modified time | relevance | path

Searched refs:decode_json_string (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py684 stats['value'] = decode_json_string(stats['value'])
774 value_shown = decode_json_string('[%s]' % value_shown)
1044 def decode_json_string(json_string): function