ฉันมีวัตถุ JSON นี้เก็บไว้ในไฟล์ข้อความธรรมดา:
{
"MySQL": {
"Server": "(server)",
"Username": "(user)",
"Password": "(pwd)",
"DatabaseName": "(dbname)"
},
"Ftp": {
"Server": "(server)",
"Username": "(user)",
"Password": "(pwd)",
"RootFolder": "(rf)"
},
"BasePath": "../../bin/",
"NotesAppPath": "notas",
"SearchAppPath": "buscar",
"BaseUrl": "http:\/\/montemaiztusitio.com.ar",
"InitialExtensions": [
"nem.mysqlhandler",
"nem.string",
"nem.colour",
"nem.filesystem",
"nem.rss",
"nem.date",
"nem.template",
"nem.media",
"nem.measuring",
"nem.weather",
"nem.currency"
],
"MediaPath": "media",
"MediaGalleriesTable": "journal_media_galleries",
"MediaTable": "journal_media",
"Journal": {
"AllowedAdFileFormats": [
"flv:1",
"jpg:2",
"gif:3",
"png:4",
"swf:5"
],
"AdColumnId": "3",
"RSSLinkFormat": "%DOMAIN%\/notas\/%YEAR%-%MONTH%-%DAY%\/%TITLE%/",
"FrontendLayout": "Flat",
"AdPath": "ad",
"SiteTitle": "Monte Maíz: Tu Sitio",
"GlobalSiteDescription": "Periódico local de Monte Maíz.",
"MoreInfoAt": "Más información aquí, en el Periódico local de Monte Maíz.",
"TemplatePath": "templates",
"WeatherSource": "accuweather:SAM|AR|AR005|MONTE MAIZ",
"WeatherMeasureType": "1",
"CurrencySource": "cotizacion-monedas:Dolar|Euro|Real",
"TimesSingular": "vez",
"TimesPlural": "veces"
}
}
เมื่อฉันพยายามถอดรหัสด้วยjson_decode()
มันจะคืนค่า NULL ทำไม? ไฟล์นั้นอ่านได้ (ฉันลองสะท้อนfile_get_contents()
แล้วมันก็ใช้ได้)
ฉันได้ทดสอบ JSON กับhttp://jsonlint.com/แล้วและใช้ได้อย่างสมบูรณ์แบบ
เกิดอะไรขึ้นที่นี่?
สารละลาย
มองหาคำตอบใน Google ผมได้กลับไป SO: json_decode ผลตอบแทนโมฆะหลังจากการเรียกเว็บเซอร์ ไฟล์ JSON ของฉันมีลำดับ UTF BOM (อักขระไบนารีบางตัวที่ไม่ควรมี) ดังนั้นจึงทำลายโครงสร้าง JSON ไปที่ Hex Editor ลบไบต์ ทุกอย่างกลับมาเป็นปกติ เหตุใดจึงเกิดขึ้น เนื่องจากฉันแก้ไขไฟล์โดยใช้ Notepad ของ Microsoft Windows ไอเดียแย่มาก!
json_last_error()
.