• Resolved attaullahwp

    (@attaullahwp)


    I want to create JSON from TablePress table in my WordPress website while hitting URL and give us a complete table in JSON form like https://mywebiste.com/tb_id_2/

    output of JSON like this

    {
       "id":"12",
       "name":"MPRO_APP",
       "description":"MPRO_APP",
       "author":"1",
       "last_modified":"2022-11-06 16:01:30",
       "data":[
          [
             "S#",
             "Name of Minister",
             "Portfolio",
             "Contact #",
             "PRO Name",
             "PRO Contact",
             "PRO Contact #"
          ],
          [
             "1",
             "Mr. Mohammad Ali Saif",
             "Information and PRs",
             "9212894",
             "Mr. Rizwan Malik",
             "0345-",
             ""
          ]
       ] 
    }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Generate JSON from TablePress table’ is closed to new replies.