# Douglas Crockford ![[50 Resources/51 Attachments/51.03 Public/2026-02-07 Douglas Crockford.jpg|400]] Douglas Crockford is an American computer programmer best known for popularizing the [[JavaScript Object Notation (JSON)|JSON]] data format and for his influential work on JavaScript. In the early 2000s, he discovered that a subset of JavaScript's object literal notation could serve as a lightweight data interchange format, which he specified and named JSON. It has since become the dominant format for web APIs. Crockford is also known for his critical yet constructive approach to JavaScript. His book *JavaScript: The Good Parts* (2008) argued that despite its flaws, JavaScript contains an elegant subset worth using. He created JSLint, one of the first JavaScript code quality tools, and served as a senior JavaScript architect at Yahoo! and later PayPal. ## Key Contributions - **[[JavaScript Object Notation (JSON)|JSON]]**: Specified and popularized the data interchange format - **JSLint**: Created the influential JavaScript code quality tool - **JSMin**: JavaScript minifier - **JavaScript advocacy**: Helped legitimize JavaScript as a serious programming language - **"Crockford on JavaScript"**: Popular video lecture series ## Career - **State Software**: Early career in video game development - **Lucasfilm/LucasArts**: Worked on games and multimedia - **Yahoo!**: Senior JavaScript Architect - **PayPal**: Senior JavaScript Architect ## Notable Books - *JavaScript: The Good Parts* (2008) — Influential guide to JavaScript's best features - *How JavaScript Works* (2018) ## Quotes <!-- QueryToSerialize: LIST FROM #type/quote AND [[Douglas Crockford]] WHERE public_note = true SORT file.name ASC --> ## Books <!-- QueryToSerialize: LIST FROM #type/book AND [[Douglas Crockford]] WHERE public_note = true SORT file.name ASC --> ## References - https://www.crockford.com - https://en.wikipedia.org/wiki/Douglas_Crockford - https://www.json.org ## Related - [[JavaScript Object Notation (JSON)]] - [[JavaScript]] - [[JSONL]]