• Resolved shwetankbaliyan

    (@shwetankbaliyan)


    Hi,
    I am trying to import data but I’m getting the error,

    This is my shortcode:

    [jsoncontentimporter url=”http://suraasa.spayee.com/readerapi/organization/feeds/all?orgId=57dfcab2e4b0787e4b0b35fb&skip=0&limit=50” basenode=”data”]{subloop-array:data:5}{data.owner-info.fname}{/subloop-array:data} [/jsoncontentimporter]

    I appreciate any and all help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    try this:

    [jsoncontentimporter url=http://suraasa.spayee.com/readerapi/organization/feeds/all?orgId=57dfcab2e4b0787e4b0b35fb&skip=0&limit=50]
    total={total}<br>
    {subloop-array:data:5}
    {subloop:data.owner-info:5}<b>{data.owner-info.fname}</b>{/subloop:data.owner-info}
    {data.post-html-text:html}
    {/subloop-array:data}<hr> [/jsoncontentimporter]

    If you want to format the date & time you need the pro-version.

    Bernhard

    Thread Starter shwetankbaliyan

    (@shwetankbaliyan)

    Thanks for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help: Unable to display json’ is closed to new replies.