Installing and Loading the JSON extension
The json extension is shipped by default in Goose builds, otherwise, it will be
transparently autoloaded on first use. If you would like to install and load it manually, run:
INSTALL json;
LOAD json;
The json extension is shipped by default in Goose builds, otherwise, it will be
transparently autoloaded on first use. If you would like to install and load it manually, run:
INSTALL json;
LOAD json;