struct BSON::MaxKey

Overview

Max key - Special type which compares higher than all other possible BSON element values.

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def to_canonical_extjson(builder : JSON::Builder) #

Serialize to a canonical extended json representation.

NOTE see https://github.com/mongodb/specifications/blob/master/source/extended-json.rst


def to_json(builder : JSON::Builder) #