JSON5 for PHP-人类的JSON 该库是PHP分支。 JSON5是JSON的JS兼容扩展,它允许注释,尾随逗号,单引号字符串以及更多内容: { foo : 'bar' , while : true , this : 'is a \ multi-line string' , // this is an inline comment here : 'is another' , // inline comment /* this is a block comment that continues on another li