[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gambas Json to SQLite table
[Thread Prev] | [Thread Next]
- Subject: Re: Gambas Json to SQLite table
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Tue, 10 Mar 2026 11:25:20 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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] ----
| Gambas Json to SQLite table | KKing <kicking177@xxxxxxxxx> |