XML and JSON

Dan Gookin's Guide to XML and JSON Programming book cover

This page supports my eBook Dan Gookin's Guide to XML and JSON Programming. It's available in Kindle eBook format and paperback.

Table of Contents

Supplemental Information

If you're using a Linux package manager, search for libxml2-dev to obtain the Libxml2 library for use with this book. For json-c, search for libjson-c-dev.

On the Mac, use Homebrew to search for the libxml2 and json-c formulae.

Documentation for Libxml2 is found on their website. It's pretty good with plenty of examples and explanations.

Other Resources

Home page for the Libxml2 library: http://www.xmlsoft.org

JSON homepage: http://json.org/

Home page for the json-c library: https://github.com/json-c/json-c