pub fn php_var_export(v: &Value, indent: usize) -> String
var_export($value, true) for a JSON-decoded value (json_decode(…, true): objects are arrays), with PHP’s two-space nesting.
var_export($value, true)
json_decode(…, true)