• Resolved scottywic

    (@scottywic)


    Here’s the json data. I’m trying to show all the details under this array

    basic_information.formats.descriptions

    “wants”: [
    {
    “basic_information”: {
    “formats”: [
    {
    “descriptions”: [
    “10\””,
    “45 RPM”,
    “Compilation”,
    “Limited Edition”
    ],
    }
    ],

    Any thoughts? the fields under descriptions array don’t have any names so I’m sure how to call them.

    https://www.ads-software.com/plugins/json-content-importer/

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    Hi scottywic,

    this JSON can be parsed by the pro-version. But not by the free version.

    Syntax for pro is:
    [jsoncontentimporterpro url=”…” basenode=”wants”]aa{subloop:basic_information:-1}bb{subloop-array:basic_information.formats:-1}cc{descriptions.jcix:####44##}xx{/subloop-array:basic_information.formats}yy{/subloop:basic_information}zz[/jsoncontentimporterpro]

    You can download the pro-version at https://json-content-importer.com for a 14 day test.

    I used the following JSON:
    {
    “wants”: [
    {
    “basic_information”: {
    “formats”: [
    {
    “descriptions”: [
    “10\””,
    “45 RPM”,
    “Compilation”,
    “Limited Edition”
    ]
    }
    ]
    }}]}

    Best
    Bernhard

Viewing 1 replies (of 1 total)
  • The topic ‘How to display sub array all fields’ is closed to new replies.