Hi Abhishek,
Your JSON data is invalid. Quotation marks (Closing) missing for two keys (division and costcenter). Copy paste the following and check -
{ "ProductCollection": [ { "companycode": "USA1(United State)", "product": "USAK49(Turbo Engine)", "divison": "MG(M Greene)", "plant": "USCH(Chicago)", "materieal group": "001(Final Product)", "profitcenter": "1500US15(Chicago Manufacturing Plant)", "costcenter": "2500US15(US-Chicago-Production)", "segment": "5000(Common)" } ] }
Regards,
Sai Vellanki.