Encodes a map to a JSON string.
container is the map to serialize.
container
Returns the JSON-encoded string.
static String encode(Mapping container) { return coder.encode(container); }