How to read Json File In Tally...Above format

Discussion in 'Tally Developer' started by vishnu joshi, Mar 1, 2019.

    
  1. vishnu joshi

    vishnu joshi Member


    {
    "Record":{
    "A":{
    "RecordId":"102",
    "RecordName":"Name_1"
    },
    "B":{
    "RecordId":"103",
    "RecordName":"Name_2"
    },
    "C":{
    "RecordId":"104",
    "RecordName":"Name_4"
    },
    "D":{
    "RecordId":"105",
    "RecordName":"Name_5"
    }

    }


    }
     


  2. admin

    admin Administrator Staff Member


    Hi , I am attaching JSON Reference code. Kindly go through it.
     

    Attached Files:



  3. Neha2017

    Neha2017 New Member


    use FILE JSON and read it in a collection. Then use a function to get these contents from the collection
     


Share This Page