FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Hashes inside Xbrowse fields, how to retrieve easy
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Hashes inside Xbrowse fields, how to retrieve easy
Posted: Sat May 22, 2021 03:06 PM

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

Continue the discussion