ggmap top-level constant

GGMapCodec const ggmap

An instance of the default implementation of the GGMapCodec.

This instance provides a convenient access to the most common GGMap use cases.

Examples:

var encoded = json.encode({ 'hello': 'world' });
var decoded = json.decode(encoded);

The top-level ggmapEncode and ggmapDecode functions may be used instead if a local variable shadows the ggmap constant.

Implementation

const GGMapCodec ggmap = GGMapCodec();