JSON Tutorial is Milo Yip’s from-scratch tutorial for building a JSON library in C. It teaches software construction through a practical, standards-based project rather than abstract exercises alone. The tutorial guides learners through implementing JSON parsing, data representation, numbers, strings, arrays, objects, memory management, testing, and related library behavior.