[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: Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx>
- Date: Mon, 15 Apr 2024 13:37:21 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Am 15.04.24 um 10:31 schrieb Christof Thalhofer:
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
Oh yes, thank you!By the way, is it possible to find such information ("this function sits in component X") in any other way than by the mailing list?
Grüße Rolf
Re: Json in Gambas | Laurent Carlier <lordheavym@xxxxxxxxx> |
Json in Gambas | Rolf-Werner Eilert <rwe-sse@xxxxxxxxxx> |
Re: Json in Gambas | Christof Thalhofer <chrisml@xxxxxxxxxxx> |