Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I tried and tried to get your array to display.

    I only use this plugin with json objects, so I figured I’d be learning something new. 1 hour later, I realize that arrays aren’t supported in the plugin yet. But, the author has indicated that he might be adding array support in the future.

    All I can say is keep checking back! ??

    maury1971

    (@maury1971)

    here my data

    {
    	"6651318":{
    		"id":"6651318",
    		"profil":"",
    		"zeiten":"",
    		"video":1,
    		"rubid":"47848",
    		"name":"Fakegalerie3",
    		"datum":"2015-10-31 00:30:26",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 3",
    		"url":null,
    		"url2":"",
    		"thumb":"318\/6651318-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"318\/6651318-Y1.JPG",
    				"middle":"318\/6651318-X1.JPG",
    				"big":"318\/6651318-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y2.JPG",
    				"middle":"318\/6651318-X2.JPG",
    				"big":"318\/6651318-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y3.JPG",
    				"middle":"318\/6651318-X3.JPG",
    				"big":"318\/6651318-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y4.JPG",
    				"middle":"318\/6651318-X4.JPG",
    				"big":"318\/6651318-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			},
    			{
    				"small":"318\/6651318-Y5.JPG",
    				"middle":"318\/6651318-X5.JPG",
    				"big":"318\/6651318-F5.JPG",
    				"foto_id":"5",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	},
    	"6651313":{
    		"id":"6651313",
    		"profil":"",
    		"zeiten":"",
    		"video":0,
    		"rubid":"47848",
    		"name":"Fakegalerie2",
    		"datum":"2015-10-31 00:30:25",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 2",
    		"url":null,
    		"url2":"",
    		"thumb":"313\/6651313-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"313\/6651313-Y1.JPG",
    				"middle":"313\/6651313-X1.JPG",
    				"big":"313\/6651313-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y2.JPG",
    				"middle":"313\/6651313-X2.JPG",
    				"big":"313\/6651313-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y3.JPG",
    				"middle":"313\/6651313-X3.JPG",
    				"big":"313\/6651313-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y4.JPG",
    				"middle":"313\/6651313-X4.JPG",
    				"big":"313\/6651313-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			},
    			{
    				"small":"313\/6651313-Y5.JPG",
    				"middle":"313\/6651313-X5.JPG",
    				"big":"313\/6651313-F5.JPG",
    				"foto_id":"5",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	},
    	"6651307":{
    		"id":"6651307",
    		"profil":"",
    		"zeiten":"",
    		"video":0,
    		"rubid":"47848",
    		"name":"Fakegalerie!",
    		"datum":"2015-10-31 00:30:25",
    		"sortierung":"0",
    		"anzeigentext":"Fakeauftrag 1",
    		"url":null,
    		"url2":"",
    		"thumb":"307\/6651307-F0.JPG",
    		"path":"http:\/\/bilder.ladies.de\/Bilder\/",
    		"checkin":false,
    		"bezugsid":0,
    		"status":0,
    		"hd":false,
    		"pics":[
    			{
    				"small":"307\/6651307-Y1.JPG",
    				"middle":"307\/6651307-X1.JPG",
    				"big":"307\/6651307-F1.JPG",
    				"foto_id":"1",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y2.JPG",
    				"middle":"307\/6651307-X2.JPG",
    				"big":"307\/6651307-F2.JPG",
    				"foto_id":"2",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y3.JPG",
    				"middle":"307\/6651307-X3.JPG",
    				"big":"307\/6651307-F3.JPG",
    				"foto_id":"3",
    				"fototext":""
    			},
    			{
    				"small":"307\/6651307-Y4.JPG",
    				"middle":"307\/6651307-X4.JPG",
    				"big":"307\/6651307-F4.JPG",
    				"foto_id":"4",
    				"fototext":""
    			}
    		],
    		"zusatztext":""
    	}
    }

    how to get that displayed ?
    my link structure to the php file that generates the JSON output is the following
    https://xxx.xx/xxx/file.php?kname=patricia-vip-haus&pretty

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import Data’ is closed to new replies.