Sujet : Re: Simple Pascal question
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 09. Aug 2024, 16:21:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v95c4r$om4k$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Mozilla Thunderbird
On 8/9/2024 10:56 AM, Dennis Boone wrote:
> GSON is less than 300 KB. From Google. Widely used (Maven lists over
> 23000 other software depending on it) so not likely to go away.
https://killedbygoogle.com/
Google could ditch it. It has never been an official
supported Google product.
But it is open source under Apache license.
https://github.com/google/gsonBeing open source does not by magic produce maintainers.
But:
* with 23000 projects depending on it
* no external dependencies
* no need for huge enhancements (JSON is JSON)
then it seems like a pretty safe bet.
Arne