I was able to retrieve online data from my webshop hosted by others using API.
The result was a Json files and I put it insite a Xbrowse to handly more easy (copy to intern database)
Now I see that there a fields that have array and hashes (just to make it more difficult for me )))))
No idea why they store the data that way ?? but how do I get it from xbrowse ?
a field data looks like
{ "description" => "", "extra" => "", "intro" => "" }
otherse like
{"","","","",""}
Just curious : why do they store info that way and not simple as 1 field or is it the way they send data by Json files