JSON, YAML & Base64 Standards

Follow the official specs, RFCs, and security research behind JSON, YAML, and Base64. These are the updates that shaped how the formats work today.

2026
JSON Structure: A Type-First Alternative to JSON Schema
Research

JSON Structure: A Type-First Alternative to JSON Schema

A new IETF Internet-Draft from Microsoft's Clemens Vasters proposes JSON Structure. It's a data-definition language that describes JSON with strict types, determinism, and modularity. That differs from JSON Schema, which layers validation rules on top of existing documents.

Read article →
Symfony Hardens Its YAML Parser Against a "Billion Laughs" DoS
Security

Symfony Hardens Its YAML Parser Against a "Billion Laughs" DoS

Symfony disclosed CVE-2026-45304, a "Billion Laughs" denial-of-service in its YAML component. Recursive collection aliases expand a tiny document into gigabytes of memory. Two sibling CVEs in the same release add depth and regex limits. It's a reminder that YAML aliases are a parsing-security hazard JSON avoids.

Read article →
2024
2023
2022
2021
YAML 1.2.2 Published
YAML

YAML 1.2.2 Published

The YAML specification team published revision 1.2.2, incorporating years of accumulated errata and clarifications to the 2009 YAML 1.2 document without changing the core language.

Read article →
2020
JSON Schema 2020-12 Released
JSON

JSON Schema 2020-12 Released

The JSON Schema draft 2020-12 introduced a restructured vocabulary system separating applicators, validators, and annotations into distinct vocabularies, along with the new $dynamicRef keyword.

Read article →
2019
JSON Schema Draft 2019-09
JSON

JSON Schema Draft 2019-09

The JSON Schema 2019-09 draft overhauled the keyword model with a formal vocabulary system, and added the unevaluatedProperties and unevaluatedItems keywords for precise additional-property control.

Read article →
2017
2016
2015
2014
2013
2009
2006
RFC 4627 — First Official JSON RFC
JSON

RFC 4627 — First Official JSON RFC

Douglas Crockford submitted RFC 4627, the first IETF document formally specifying JSON. It defined the application/json media type and the basic grammar, with a restriction on top-level values later lifted.

Read article →