Links tagged “json”
14 links, newest first.
tbray.org
XML and JSON in 2026: a state of both formats by Tim Bray, who co-created one of them and is unsentimental about it.
anusarati.github.io
JSON Schema Builder: an open-source GUI tool designed specifically for creating and managing JSON schemas
github.com
ADS-B Exchange Access real-time and historical data of any and all airbone aircraft No Yes Go!
tools.ietf.org
[Docs] [txt pdf] [draft-ietf-oauth -...] [Diff1" )] [Diff2] [IPR] PROPOSED STANDARD Internet Engineering Task Force (IETF) M.
python-jose.readthedocs.org
python-jose¶ A JOSE implementation in Python The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorith…
pyjwt.readthedocs.org
import jwt jwt.encode({'some': 'payload'}, 'secret', algorithm='HS256') 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1Tyoc0Z6XOpOVswacPZg' jwt.decode('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.4twFt5NiznN84AWoo1d7KO1Tyoc0Z6XOpOVswacPZg', 's…
jsonapi.org
If you've ever argued with your team about the way your JSON responses should be formatted, JSON API is your anti-bikeshedding weapon.
apiblueprint.org
Hello World GET /message Response 200 (text/plain) Hello World!













