2017-06-27 7 views
-2

{ "タイプ": "機関"、 "タイトル": "スーRyder1"、 "field_institution_setup_date":{ "ウント":[{ "値" : "2014年11月1日"、 "値2": "2018年11月1日" }] }、 "field_institution_user_limit":100、 "field_institution_product_access":{ "ウント":[{ "コード": "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

おかげで..... –

関連する問題