Sha256: c3821258ad2675400758c8a771c4384fb9f1c571bb8ca37e07939936d53c84f4
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true require 'json' module JWT # @api private class JSON class << self def generate(data) ::JSON.generate(data) end def parse(data) ::JSON.parse(data) end end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
minato_ruby_api_client-0.2.2 | vendor/bundle/ruby/3.2.0/gems/jwt-2.10.1/lib/jwt/json.rb |
jwt-2.10.1 | lib/jwt/json.rb |
jwt-2.10.0 | lib/jwt/json.rb |