2014-04-05 6 views
0

유효한 Json에서 객체를 변형하는 방법.Json에 대한 Javascript 객체 배열

다음은 개체입니다.

[ 
    { 
    "ASIN": [ 
     "059035342X" 
    ], 
    "DetailPageURL": [ 
     "http://rads.stackoverflow.com/amzn/click/059035342X" 
    ], 
    "ItemLinks": [ 
     { 
     "ItemLink": [ 
      { 
      "Description": [ 
       "Technical Details" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Baby Registry" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Wedding Registry" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Wishlist" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "Tell A Friend" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "All Customer Reviews" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/059035342X" 
      ] 
      }, 
      { 
      "Description": [ 
       "All Offers" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/059035342X" 
      ] 
      } 
     ] 
     } 
    ], 
    "ItemAttributes": [ 
     { 
     "Author": [ 
      "J.K. Rowling" 
     ], 
     "Binding": [ 
      "Paperback" 
     ], 
     "Brand": [ 
      "Scholastic Press" 
     ], 
     "Creator": [ 
      { 
      "_": "Mary GrandPré", 
      "$": { 
       "Role": "Illustrator" 
      } 
      } 
     ], 
     "EAN": [ 
      "9780590353427" 
     ], 
     "EANList": [ 
      { 
      "EANListElement": [ 
       "9780590353427", 
       "9780439708180", 
       "0038332166576", 
       "0078073006991", 
       "0000590353425" 
      ] 
      } 
     ], 
     "Edition": [ 
      "1st" 
     ], 
     "Feature": [ 
      "super alle" 
     ], 
     "IsAutographed": [ 
      "0" 
     ], 
     "ISBN": [ 
      "0439708184" 
     ], 
     "IsMemorabilia": [ 
      "0" 
     ], 
     "ItemDimensions": [ 
      { 
      "Height": [ 
       { 
       "_": "39", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Length": [ 
       { 
       "_": "291", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Weight": [ 
       { 
       "_": "50", 
       "$": { 
        "Units": "hundredths-pounds" 
       } 
       } 
      ], 
      "Width": [ 
       { 
       "_": "205", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ] 
      } 
     ], 
     "Label": [ 
      "Scholastic" 
     ], 
     "Languages": [ 
      { 
      "Language": [ 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Unknown" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Original Language" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Dictionary" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Published" 
       ] 
       } 
      ] 
      } 
     ], 
     "ListPrice": [ 
      { 
      "Amount": [ 
       "1099" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$10.99" 
      ] 
      } 
     ], 
     "Manufacturer": [ 
      "Scholastic" 
     ], 
     "MPN": [ 
      "9780590353427" 
     ], 
     "NumberOfItems": [ 
      "1" 
     ], 
     "NumberOfPages": [ 
      "320" 
     ], 
     "PackageDimensions": [ 
      { 
      "Height": [ 
       { 
       "_": "90", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Length": [ 
       { 
       "_": "760", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Weight": [ 
       { 
       "_": "135", 
       "$": { 
        "Units": "hundredths-pounds" 
       } 
       } 
      ], 
      "Width": [ 
       { 
       "_": "520", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ] 
      } 
     ], 
     "PackageQuantity": [ 
      "1" 
     ], 
     "PartNumber": [ 
      "9780590353427" 
     ], 
     "ProductGroup": [ 
      "Book" 
     ], 
     "ProductTypeName": [ 
      "ABIS_BOOK" 
     ], 
     "PublicationDate": [ 
      "1999-10-01" 
     ], 
     "Publisher": [ 
      "Scholastic" 
     ], 
     "ReleaseDate": [ 
      "1999-09-08" 
     ], 
     "Studio": [ 
      "Scholastic" 
     ], 
     "Title": [ 
      "Harry Potter and the Sorcerer's Stone (Book 1)" 
     ], 
     "UPC": [ 
      "038332166576" 
     ], 
     "UPCList": [ 
      { 
      "UPCListElement": [ 
       "038332166576", 
       "000590353425", 
       "078073006991" 
      ] 
      } 
     ] 
     } 
    ], 
    "OfferSummary": [ 
     { 
     "LowestNewPrice": [ 
      { 
      "Amount": [ 
       "457" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$4.57" 
      ] 
      } 
     ], 
     "LowestUsedPrice": [ 
      { 
      "Amount": [ 
       "1" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$0.01" 
      ] 
      } 
     ], 
     "LowestCollectiblePrice": [ 
      { 
      "Amount": [ 
       "500" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$5.00" 
      ] 
      } 
     ], 
     "TotalNew": [ 
      "203" 
     ], 
     "TotalUsed": [ 
      "2662" 
     ], 
     "TotalCollectible": [ 
      "20" 
     ], 
     "TotalRefurbished": [ 
      "0" 
     ] 
     } 
    ], 
    "Offers": [ 
     { 
     "TotalOffers": [ 
      "1" 
     ], 
     "TotalOfferPages": [ 
      "1" 
     ], 
     "MoreOffersUrl": [ 
      "http://rads.stackoverflow.com/amzn/click/059035342X" 
     ], 
     "Offer": [ 
      { 
      "OfferAttributes": [ 
       { 
       "Condition": [ 
        "New" 
       ] 
       } 
      ], 
      "OfferListing": [ 
       { 
       "OfferListingId": [ 
        "WNC029AwLyV8FHKUQwFk53YpinaFWX5xiXj0ZqO2CwN5siRkxmyNTF%2B%2Fh0sprWvlJE%2FdBsSC0pAKOc8N1YC096p%2BOJkjfsOwCpeRozFLUgY%3D" 
       ], 
       "Price": [ 
        { 
        "Amount": [ 
         "659" 
        ], 
        "CurrencyCode": [ 
         "USD" 
        ], 
        "FormattedPrice": [ 
         "$6.59" 
        ] 
        } 
       ], 
       "AmountSaved": [ 
        { 
        "Amount": [ 
         "440" 
        ], 
        "CurrencyCode": [ 
         "USD" 
        ], 
        "FormattedPrice": [ 
         "$4.40" 
        ] 
        } 
       ], 
       "PercentageSaved": [ 
        "40" 
       ], 
       "Availability": [ 
        "Usually ships in 24 hours" 
       ], 
       "AvailabilityAttributes": [ 
        { 
        "AvailabilityType": [ 
         "now" 
        ], 
        "MinimumHours": [ 
         "0" 
        ], 
        "MaximumHours": [ 
         "0" 
        ] 
        } 
       ], 
       "IsEligibleForSuperSaverShipping": [ 
        "1" 
       ] 
       } 
      ] 
      } 
     ] 
     } 
    ] 
    }, 
    { 
    "ASIN": [ 
     "0545162076" 
    ], 
    "DetailPageURL": [ 
     "http://rads.stackoverflow.com/amzn/click/0545162076" 
    ], 
    "ItemLinks": [ 
     { 
     "ItemLink": [ 
      { 
      "Description": [ 
       "Technical Details" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Baby Registry" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D0545162076%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Wedding Registry" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D0545162076%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "Add To Wishlist" 
      ], 
      "URL": [ 
       "http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D0545162076%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "Tell A Friend" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "All Customer Reviews" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/0545162076" 
      ] 
      }, 
      { 
      "Description": [ 
       "All Offers" 
      ], 
      "URL": [ 
       "http://rads.stackoverflow.com/amzn/click/0545162076" 
      ] 
      } 
     ] 
     } 
    ], 
    "ItemAttributes": [ 
     { 
     "Author": [ 
      "J. K. Rowling" 
     ], 
     "Binding": [ 
      "Paperback" 
     ], 
     "Brand": [ 
      "Arthur A. Levine Books" 
     ], 
     "EAN": [ 
      "9780545162074" 
     ], 
     "EANList": [ 
      { 
      "EANListElement": [ 
       "9780545162074" 
      ] 
      } 
     ], 
     "Edition": [ 
      "Slp" 
     ], 
     "Feature": [ 
      "HARRY POTTER COLLECTION" 
     ], 
     "Format": [ 
      "Box set" 
     ], 
     "ISBN": [ 
      "0545162076" 
     ], 
     "IsEligibleForTradeIn": [ 
      "1" 
     ], 
     "ItemDimensions": [ 
      { 
      "Height": [ 
       { 
       "_": "222", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Length": [ 
       { 
       "_": "339", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Weight": [ 
       { 
       "_": "688", 
       "$": { 
        "Units": "hundredths-pounds" 
       } 
       } 
      ], 
      "Width": [ 
       { 
       "_": "415", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ] 
      } 
     ], 
     "Label": [ 
      "Arthur A. Levine Books" 
     ], 
     "Languages": [ 
      { 
      "Language": [ 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Unknown" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Original Language" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Dictionary" 
       ] 
       }, 
       { 
       "Name": [ 
        "English" 
       ], 
       "Type": [ 
        "Published" 
       ] 
       } 
      ] 
      } 
     ], 
     "ListPrice": [ 
      { 
      "Amount": [ 
       "8693" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$86.93" 
      ] 
      } 
     ], 
     "Manufacturer": [ 
      "Arthur A. Levine Books" 
     ], 
     "MPN": [ 
      "9780545162074" 
     ], 
     "NumberOfItems": [ 
      "1" 
     ], 
     "NumberOfPages": [ 
      "7" 
     ], 
     "PackageDimensions": [ 
      { 
      "Height": [ 
       { 
       "_": "560", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Length": [ 
       { 
       "_": "1050", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ], 
      "Weight": [ 
       { 
       "_": "600", 
       "$": { 
        "Units": "hundredths-pounds" 
       } 
       } 
      ], 
      "Width": [ 
       { 
       "_": "850", 
       "$": { 
        "Units": "hundredths-inches" 
       } 
       } 
      ] 
      } 
     ], 
     "PackageQuantity": [ 
      "1" 
     ], 
     "PartNumber": [ 
      "9780545162074" 
     ], 
     "ProductGroup": [ 
      "Book" 
     ], 
     "ProductTypeName": [ 
      "ABIS_BOOK" 
     ], 
     "PublicationDate": [ 
      "2009-07-01" 
     ], 
     "Publisher": [ 
      "Arthur A. Levine Books" 
     ], 
     "ReleaseDate": [ 
      "2009-07-07" 
     ], 
     "Studio": [ 
      "Arthur A. Levine Books" 
     ], 
     "Title": [ 
      "Harry Potter Paperback Box Set (Books 1-7)" 
     ], 
     "TradeInValue": [ 
      { 
      "Amount": [ 
       "938" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$9.38" 
      ] 
      } 
     ] 
     } 
    ], 
    "OfferSummary": [ 
     { 
     "LowestNewPrice": [ 
      { 
      "Amount": [ 
       "4386" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$43.86" 
      ] 
      } 
     ], 
     "LowestUsedPrice": [ 
      { 
      "Amount": [ 
       "3876" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$38.76" 
      ] 
      } 
     ], 
     "LowestCollectiblePrice": [ 
      { 
      "Amount": [ 
       "13900" 
      ], 
      "CurrencyCode": [ 
       "USD" 
      ], 
      "FormattedPrice": [ 
       "$139.00" 
      ] 
      } 
     ], 
     "TotalNew": [ 
      "55" 
     ], 
     "TotalUsed": [ 
      "47" 
     ], 
     "TotalCollectible": [ 
      "2" 
     ], 
     "TotalRefurbished": [ 
      "0" 
     ] 
     } 
    ], 
    "Offers": [ 
     { 
     "TotalOffers": [ 
      "1" 
     ], 
     "TotalOfferPages": [ 
      "1" 
     ], 
     "MoreOffersUrl": [ 
      "http://rads.stackoverflow.com/amzn/click/0545162076" 
     ], 
     "Offer": [ 
      { 
      "OfferAttributes": [ 
       { 
       "Condition": [ 
        "New" 
       ] 
       } 
      ], 
      "OfferListing": [ 
       { 
       "OfferListingId": [ 
        "aDy%2F5hDjvnYM7TXwBw3JmACiV6Q%2FaF6ODwl34%2FyhsgTfQ9QOXpqdSjkdpBrgL6tODUNBf7l%2Bbg9cfsvKwWnVlpzq55Y6zFiIrEKvTPiVzBp%2FUUe2L4U%2B9w%3D%3D" 
       ], 
       "Price": [ 
        { 
        "Amount": [ 
         "4386" 
        ], 
        "CurrencyCode": [ 
         "USD" 
        ], 
        "FormattedPrice": [ 
         "$43.86" 
        ] 
        } 
       ], 
       "AmountSaved": [ 
        { 
        "Amount": [ 
         "4307" 
        ], 
        "CurrencyCode": [ 
         "USD" 
        ], 
        "FormattedPrice": [ 
         "$43.07" 
        ] 
        } 
       ], 
       "PercentageSaved": [ 
        "50" 
       ], 
       "Availability": [ 
        "Usually ships in 2 to 4 weeks" 
       ], 
       "AvailabilityAttributes": [ 
        { 
        "AvailabilityType": [ 
         "now" 
        ], 
        "MinimumHours": [ 
         "360" 
        ], 
        "MaximumHours": [ 
         "648" 
        ] 
        } 
       ], 
       "IsEligibleForSuperSaverShipping": [ 
        "1" 
       ] 
       } 
      ] 
      } 
     ] 
     } 
    ] 
    } 
} 

Json으로 변환하는 것이 가능합니까?

노드 JS :

res.render('index', { title: 'Express', products: JSON.stringify(results.ItemSearchResponse.Items[0].Item) }); 

옥 :

each item in products 
        li= item 

이 내 코드입니다

[{"ASIN":["059035342X"],"DetailPageURL":["http://rads.stackoverflow.com/amzn/click/059035342X"],"ItemLinks":[{"ItemLink":[{"Description":["Technical Details"],"URL":["http://rads.stackoverflow.com/amzn/click/059035342X"]},{"Description":["Add To Baby Registry"],"URL":["http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X"]},{"Description":["Add To Wedding Registry"],"URL":["http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X"]},{"Description":["Add To Wishlist"],"URL":["http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3D059035342X%26SubscriptionId%3DAKIAIWQFMTXLQXV7SGXA%26tag%3D[YOUR ASSOCIATE TAG HERE]%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3D059035342X"]},{"Description":["Tell A Friend"],"URL":["http://rads.stackoverflow.com/amzn/click/059035342X"]},{"Description":["All Customer Reviews"],"URL":["http://rads.stackoverflow.com/amzn/click/059035342X"]},{"Description":["All Offers"],"URL":["http://rads.stackoverflow.com/amzn/click/059035342X"]}]}],"ItemAttributes":[{"Author":["J.K. Rowling"],"Binding":["Paperback"],"Brand":["Scholastic Press"] 

: JSON.stringify와

내가 그런 뭔가를 얻을 수 출력은 다음과 같습니다. 그.

<li>[</li><li>{</li><li>&quot;</li><li>A</li><li>S</li><li>I</li><li>N</li><li>&quot;</li><li>:</li><li>[</li><li>&quot;</li><li>0</li><li>5</li><li>9</li><li>0</li><li>3</li><li>5</li><li>3</li><li>4</li><li>2</li><li>X</li><li>&quot;</li><li>]</li><li>,</li><li>&quot;</li><li>D</li><li>e</li><li>t</li><li>a</li><li>i</li><li>l</li><li>P</li><li>a</li><li>g</li><li>e</li><li>U</li><li>R</li><li>L</li><li>&quot;</li><li>:</li><li>[</li><li>&quot;</li><li>h</li><li>t</li><li>t</li><li>p</li><li>:</li><li>/</li><li>/</li><li>w</li><li>w</li><li>w</li><li>.</li><li>a</li><li>m</li><li>a</li><li>z</li><li>o</li><li>n</li><li>.</li><li>c</li><li>o</li><li>m</li><li>/</li><li>H</li><li>a</li><li>r</li><li>r</li><li>y</li><li> 

어디에서 문제가 발생합니까?

+2

- 어떻게? 너 무슨 짓을 한거야? 어떤 결과를 얻었습니까? – Quentin

+0

'Json.Stringify! == JSON.stringify'. 그러나 그렇습니다. '성공이 없다'는 것은 무엇이든 의미 할 수 있습니다. – raina77ow

+0

'JSON.stringify'는 JSON을 텍스트로 변환하고,'JSON.parse'는 텍스트를 JSON으로 변환합니다. 변환을 수행하는 스크립트를 볼 수 있습니까? 결과가 아니라 스크립트입니다. –

답변

1

여기서 목적이 무엇인지 모르겠지만 배열을 반복하려면 컨트롤러의 JSON으로 변환 할 필요없이 JSON (객체) 형식으로되어 있어야합니다.

이 시도 :

노드 :

res.render('index', { title: 'Express', products: results.ItemSearchResponse.Items[0].Item }); 

옥 : ". 나는 Json.Stringify하지만 성공하지 않고 시도"

ul 
    each item in products 
    li= item.ASIN 
+0

그게 내가 한 짓이야. 하지만 (아마도 내가 혼란 스러울 것입니다.) 아이템을 프린트 할 때 나는 컨텐츠 대신 [Object]를 가지고 있습니다. 그래서 그것은 json이 아닙니다. – mcbjam

+0

당신이'object'와'json'을 혼동하는 것처럼 보입니다. 객체 유형을 인쇄하면 객체의 내용이 인쇄되지 않고 대신'object' 텍스트가 인쇄됩니다. 귀하의 예제에서 볼 수 있듯이,'item'은 객체 (JSON이기도 함)이며 내용을 직접 인쇄 할 수 없습니다. –

2

코드 블록에 구문 오류가 있습니다. 마지막으로 }]이어야합니다. Mayby 이것이 당신의 문제의 근원입니다. 자바 스크립트에서 JSON 문자열을 만드는 것보다 다른

는 사용하여 수행됩니다 :

var x = /*....*/; 
var json = JSON.stringify(x); 
+0

코드 블록에서 오류가 발생했습니다. 나는 모든 것을 붙여 넣지 않기 위해 수동으로 자른다. – mcbjam

+0

자세한 내용을 알려주십시오 – mcbjam

-1

jsonlint.com은 JSON 문자열과 강조 구문 오류를 확인할 수 있습니다.

+0

이것은 답변이 아니며주의 깊은 downvoter입니다. –

+0

@IqbalFauzi - 예,하지만 새로운 사람이 댓글을 쓸 수 없기 때문에 기여하고 싶다면 선택의 여지가 없다고 생각합니다. – jfriend00