Hashes inside Xbrowse fields, how to retrieve easy

Post Reply
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Hashes inside Xbrowse fields, how to retrieve easy

Post by Marc Venken »

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
Marc Venken
Using: FWH 23.08 with Harbour
Post Reply