json-glib-format
Development files for json-glib
Install
- All systems
-
curl cmd.cat/json-glib-format.sh
- Debian
-
apt-get install json-glib-tools
- Ubuntu
-
apt-get install json-glib-tools
- Alpine
-
apk add json-glib
- Arch Linux
-
pacman -S json-glib
- Kali Linux
-
apt-get install json-glib-tools
- CentOS
-
yum install json-glib-devel
- Fedora
-
dnf install json-glib-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install json-glib-tools
- OS X
-
brew install json-glib
- Raspbian
-
apt-get install json-glib-tools
- Dockerfile
- dockerfile.run/json-glib-format
- Docker
-
docker run cmd.cat/json-glib-format json-glib-format
powered by Commando
json-glib-devel
Development files for json-glib
json-glib-tools
GLib JSON manipulation library (tools)
JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. This package contains the json-glib-format and json-glib-validate tools.
json-glib
json-glib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format.