Searched refs:json_src (Results 1 – 1 of 1) sorted by relevance
| /plugin/json/ |
| D | helper.php | 705 $json_src = json_decode($src, true); 706 if(isset($json_src)) { 707 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 746 $json_src = array(); 783 $json_src = json_decode($text, true); 784 if(isset($json_src)) { 786 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 791 $json_src = null; 809 … helper_plugin_json::add_json($json_src, $data_elem, $recursion_depth-1, $log_elem); 819 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); [all …]
|