Want to create an interactive transcript for this episode?
Podcast: The Changelog: Software Development, Open Source
Episode: JSON and JavaScript (Interview)
Description: While at TXJS — Adam and Wynn caught up with Douglas Crockford, author of both JavaScript: The Good Parts and the JSON spec, and a global namespace unto himself.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Featuring:Adam Stacoviak – Website, GitHub, LinkedIn, Mastodon, XWynn Netherland – GitHub, XShow Notes:
JSON - (JavaScript Object Notation) is a lightweight data-interchange format, easy for humans to read and write.
The JSON Saga - how JSON came about
JSON.parse, JSON.s...