JSON配置
config.php
'JSON' => [
//配置项
],
配置项 | 默认值 | 类型 | 说明 |
---|---|---|---|
unicode | true | bool | 编码时是否保留Unicode字符原样,false=进行编码 |
object | false | bool | 编码时是否将数组强制按对象格式编码 |
array | true | bool | 解码时是否将对象格式强制解码为数组 |
config.php
'JSON' => [
//配置项
],
配置项 | 默认值 | 类型 | 说明 |
---|---|---|---|
unicode | true | bool | 编码时是否保留Unicode字符原样,false=进行编码 |
object | false | bool | 编码时是否将数组强制按对象格式编码 |
array | true | bool | 解码时是否将对象格式强制解码为数组 |