URLdatajson
URLdatajson is a concept used to describe embedding a JSON-encoded data payload within a URL, typically as a query parameter or fragment, to accompany a web resource with machine-readable context. It is intended to complement traditional URL query strings by carrying structured, typed data that can be parsed by clients without requiring a separate HTTP body.
A URLdatajson payload is a JSON object (or array) that must be transmitted in a URL-safe form.
URLdatajson is used when a client needs to carry structured context alongside a link, enabling richer behavior
URLdatajson is not an official IETF or W3C standard. It appears as a pattern in certain documents
JSON, URL encoding, query string, fragment identifiers, base64url.