Developer tools
JSON Web Key Set Inspector
Review key identifiers, algorithms, and intended use locally.
Processed locally. Your input and output are never uploaded.
Tool overview
JSON Web Key Set Inspector tool overview
Inspect a pasted JWK or JWKS structure without fetching remote keys. PasteTidy keeps the source and generated result separate so the transformation can be reviewed before copying or downloading.
JSON Web Key Set Inspector workflows
- Prepare json web key set inspector output for a repeatable workflow
- Review local results before publishing or importing
- Keep sensitive pasted content in the current browser tab
Use JSON Web Key Set Inspector locally
- Paste the source text or load the example.
- Choose the documented options.
- Review the result and any warnings before copying it.
JSON Web Key Set Inspector controls
- Options are explicit and affect only the local result.
- The output remains separate from the source for review.
- No input or output is placed in URLs or analytics.
JSON Web Key Set Inspector example
Before
{"keys":[{"kty":"RSA","kid":"demo","use":"sig","alg":"RS256"}]}After
Keys: 1 1. kid=demo type=RSA alg=RS256 use=sig
JSON Web Key Set Inspector limits and excluded claims
- It does not fetch, trust, or verify a remote JWKS.
- Malformed or ambiguous input may require manual review.
- Large inputs remain subject to browser memory and shared worker limits.
Browse all developer tools tools โ
Questions
JSON Web Key Set Inspector FAQ
Does JSON Web Key Set Inspector upload my input?
No. It runs locally in your browser without an upload endpoint.
Is the result authoritative?
It does not fetch, trust, or verify a remote JWKS.
Can I review the source after processing?
Yes. The input remains separate from the generated result until you reset or replace it.