how to remove form json

Discussion in 'Free Source Codes' started by kishan agrawal, Apr 18, 2018.

    
Tags:

  1. i want remove stating form json how can i do it

    {
    "ENVELOPE": {
    "line":
    [
    {
    "srno": "1",
    "name": "Profit & Loss A/c",
    "obcr": "0.00",
    "obdr": "0",
    }
    ]
    }
    }



    i want like this

    [
    {
    "srno": "1",
    "name": "Profit & Loss A/c",
    "obcr": "0.00",
    "obdr": "0",
    }
    ]
     


  2. admin

    admin Administrator Staff Member



    Hi ,

    Send your code to correct it...
     


  3. admin

    admin Administrator Staff Member



    Hi ,

    Send your code to correct it...
     


Share This Page