The Base64 Alphabet and Padding Explained (=, +, /)
Which characters are valid Base64, which are illegal, why a block can be illegible, why it can start with /, and how the = padding works, with an example.
Read more →All articles about dev-tools: 3 practical guides and tutorials from our free, privacy-first online tools.
Which characters are valid Base64, which are illegal, why a block can be illegible, why it can start with /, and how the = padding works, with an example.
Read more →
Master JSON Pointer (RFC 6901): how paths address values, why ~0 and ~1 escape ~ and /, the - array token, and how it powers JSON Patch and JSON Schema.
Read more →
Learn JSONPath syntax for querying JSON data: root, child, recursive, wildcard, filters, slicing, and real-world examples compared with XPath and jq.
Read more →