wok annotate json-glib/description.txt @ rev 25864
ncurses-dev: fix pkgconfig path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 30 13:06:18 2025 +0000 (2 weeks ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@25763 | 1 JSON-GLib is a library providing serialization and deserialization support |
Hans-Günter@25763 | 2 for the JavaScript Object Notation (JSON) format described by RFC 4627. |
Hans-Günter@25763 | 3 JSON-GLib uses GLib native data types and the generic value container GValue |
Hans-Günter@25763 | 4 for ease of development. |
Hans-Günter@25763 | 5 It also provides integration with the GObject classes for direct |
Hans-Günter@25763 | 6 serialization into, and deserialization from, JSON data streams. |