Lua is similar enough to JSON (JavaScript Object Notation) that I think
the articles and blog posts on XML vs. JSON apply equally well to XML
vs. Lua, except in one area: Unicode. Whereas JSON requires that the
UTF-8 encoding be used, Lua leaves this issue up to the application.