Stay updated with breaking news from Doug crockford. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
He specified the JSON notation, and developed tools like JSLint and the minifier JSMin. His Wikipedia entry says he was also a senior JavaScript architect at PayPal — but he s probably better known for writing O Reilly s book JavaScript: the Good Parts.
Today s guest is Douglas Crockford. He s sharing the story of JSON, his discovery of JavaScript s good parts, and his approach to finding a simple way to build software. Also, his battles against XML, against complexity, his battles to say that there s a better way to build software. This is foundational stuff for the web, and Doug is an iconoclast. […] ....
nigeltao.github.io JSON With Commas and Comments Summary: JWCC is a minimal extension to the widely used JSON file format with (1) optional commas after the final element of arrays and objects and (2) C/C++ style comments. These two features make it more suitable for human-editable configuration files, without adding so many features that it’s incompatible with numerous other (deliberate and accidental) existing JSON extensions. Update on 2021-02-26: This new file format is not a particularly novel or profound ‘invention’, for those already familiar with JSON. The point is that people keep wanting it and re-inventing it, so we might as well give it a ....