TypeScript API Documentation for JSON-GLIB
API Version: 1.0
Library Version: 1.10.8
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 0.14
Converts variant to its JSON encoded string representation.
variant
This is a convenience function around Json.gvariant_serialize, to obtain the JSON tree, and then Json.Generator to stringify it.
A GLib.Variant to convert
The JSON encoded string corresponding to the given variant
0.14
Converts
variantto its JSON encoded string representation.This is a convenience function around Json.gvariant_serialize, to obtain the JSON tree, and then Json.Generator to stringify it.