# File lib/jwt/json.rb, line 13
    def encode_json(raw)
      JSON.generate(raw)
    end