Method: Thrift::JSONPairContext#escapeNum

Defined in:
lib/thrift/protocol/json_protocol.rb

#escapeNumObject

Numbers must be turned into strings if they are the key part of a pair



119
120
121
# File 'lib/thrift/protocol/json_protocol.rb', line 119

def escapeNum
  return @colon
end