Tags: array object character span string JSON array name color decode
Array-->json json--> array in PHP
1. Array to JSON
$json =json_encode (array name) array to JSON string
2,json to Array
$arr =json_decode (JSON string,[true])
True if the first turn is converted directly to an object and true is an optional parameter
Array-----json JSON----to----array in PHP