[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Json in Gambas
[Thread Prev] | [Thread Next]
- Subject: Re: Json in Gambas
- From: Christof Thalhofer <chrisml@xxxxxxxxxxx>
- Date: Mon, 15 Apr 2024 10:31:42 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Am 15.04.24 um 09:56 schrieb Rolf-Werner Eilert:
A question to everyone who has worked with Json objects in Gambas... Is there a Gambas component or library in some form? Or have you done coding and decoding Json data all for yourselves? Thanks for any insight!
This component: https://gambaswiki.org/wiki/comp/gb.util.web offers JSON en- and decoding of arrays and collections. ----------------------------------- Dim c as Collection Dim sJson as String sJson = JSON.Encode(c) Print sJson c = JSON.Decode(sJson) ----------------------------------- Alles Gute Christof Thalhofer -- Dies ist keine Signatur
Re: Json in Gambas | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |
Json in Gambas | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |