class Acme::Client::JWK::Base

def to_json

Returns a JSON string.

Serialize this JWK as JSON.
def to_json
  to_h.to_json
end