Encode Serializable to memory, then decode to a JSON tree.
var json = new OLLMrpc.Bin.Json();
var node = json.from_gobject(pair);
stdout.printf("%s\n",
global::Json.to_string(node, true));
| src |
object to encode |
|
JSON object tree for src |