[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gambas Json to SQLite table


On 3/10/26 4:07 AM, KKing wrote:
any pointers or examples of Gambas Json to SQLite table
K.

Gambas doesn't have a Json data type. What it has is JSONCollection which can be populated with JSON.Decode() or JSON.FromString().

The procedure to get data from a JSONCollection into a SQLite table would be entirely dependent on the structure of the data. Only you know that.


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


References:
Gambas Json to SQLite tableKKing <kicking177@xxxxxxxxx>