2017-06-27 27 views
-2

{ 「類型」: 「機構」, 「標題」: 「蘇Ryder1」, 「field_institution_setup_date」:{ 「UND」:[{ 「值」 : 「2014年11月1日」, 「值2」: 「2018年11月1日」 }] }, 「field_institution_user_limit」:100, 「field_institution_product_access」:{ 「UND」:[{ 「代碼」: 「PFS」 },{ 「代碼」: 「LRN」 }] }, 「field_logo」: 「533766」 }JSON數據表示語法錯誤:上線爲字符串1

回答

1

這是完全有效的JSON。下載格式化版本供您使用。

{ 
    "type": "institution", 
    "title": "Sue Ryder1", 
    "field_institution_setup_date": { 
     "und": [{ 
      "value": "2014-11-01", 
      "value2": "2018-11-01" 
     }] 
    }, 
    "field_institution_user_limit": 100, 
    "field_institution_product_access": { 
     "und": [{ 
      "code": "pfs" 
     }, { 
      "code": "lrn" 
     }] 
    }, 
    "field_logo": "533766" 
} 
+0

謝謝兄弟..... –

相關問題