Q. Which PHP function converts JSON to an associative array? (A) json_parse() (B) json_decode($json, true) (C) json_to_array() (D) decode_json_array() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) json_decode($json, true) Explanation: Passing true returns an associative array.