wok diff 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 (13 days ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/json-glib/description.txt Sat Aug 30 13:06:18 2025 +0000 1.3 @@ -0,0 +1,6 @@ 1.4 +JSON-GLib is a library providing serialization and deserialization support 1.5 +for the JavaScript Object Notation (JSON) format described by RFC 4627. 1.6 +JSON-GLib uses GLib native data types and the generic value container GValue 1.7 +for ease of development. 1.8 +It also provides integration with the GObject classes for direct 1.9 +serialization into, and deserialization from, JSON data streams.